use types.h rather than machine/endian.h. Latest htonl changes need that
authorimp <imp@openbsd.org>
Fri, 29 Nov 1996 16:51:02 +0000 (16:51 +0000)
committerimp <imp@openbsd.org>
Fri, 29 Nov 1996 16:51:02 +0000 (16:51 +0000)
lib/libc/arch/mips/gen/infinity.c

index e472104..3831a29 100644 (file)
@@ -1,11 +1,11 @@
 /* infinity.c */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:16:01 tholo Exp $";
+static char rcsid[] = "$OpenBSD: infinity.c,v 1.3 1996/11/29 16:51:02 imp Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <math.h>
-#include <machine/endian.h>
+#include <sys/types.h>
 
 /* bytes for +Infinity on a MIPS */
 #if BYTE_ORDER == BIG_ENDIAN