Another explicit include of machine/endian.h blowing up
authorimp <imp@openbsd.org>
Fri, 29 Nov 1996 22:59:42 +0000 (22:59 +0000)
committerimp <imp@openbsd.org>
Fri, 29 Nov 1996 22:59:42 +0000 (22:59 +0000)
usr.sbin/amd/config/os-bsd44.h

index 8763532..0a6e8a8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: os-bsd44.h,v 1.5 1996/08/22 00:34:28 deraadt Exp $    */
+/*     $OpenBSD: os-bsd44.h,v 1.6 1996/11/29 22:59:42 imp Exp $        */
 
 /*
  * Copyright (c) 1990 Jan-Simon Pendry
  * Byte ordering
  */
 #ifndef BYTE_ORDER
-#include <machine/endian.h>
+#include <sys/types.h>
 #endif /* BYTE_ORDER */
 
 #undef ARCH_ENDIAN