diff options
-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 |