diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/sys/types.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h index 207ae8de8b..751f1064b0 100644 --- a/posix/sys/types.h +++ b/posix/sys/types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1994, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -96,6 +96,12 @@ typedef long int key_t; #ifdef __USE_BSD +/* In BSD <sys/types.h> is expected to define BYTE_ORDER. */ +#include <endian.h> +#endif + + +#ifdef __USE_BSD #define FD_SETSIZE __FD_SETSIZE #define NFDBITS __NFDBITS |