diff options
author | imp <imp@cvs.openbsd.org> | 1996-11-29 22:59:43 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1996-11-29 22:59:43 +0000 |
commit | f7d1180dd2d9f2ba659a4887d7ab8efe2b2c8c50 (patch) | |
tree | 6faab67bfc3e231032875fb507193fb4806fbf88 /usr.sbin | |
parent | bde17508b795638ded93ae6976d40b145b7078e6 (diff) |
Another explicit include of machine/endian.h blowing up
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/amd/config/os-bsd44.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 8763532e2ec..0a6e8a8da20 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -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 @@ -124,7 +124,7 @@ * Byte ordering */ #ifndef BYTE_ORDER -#include <machine/endian.h> +#include <sys/types.h> #endif /* BYTE_ORDER */ #undef ARCH_ENDIAN |