diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-27 06:48:46 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-27 06:48:46 +0000 |
commit | 7bd9ab876040ad73c743561c4c966c6ccf419ecf (patch) | |
tree | 815842de96e2227df6bb5a1dccfbd896bb59dfb2 /libc/sysdeps | |
parent | ecee0fee1e1a347f519b46b504d21a6c49288ead (diff) |
Silence a silly warning
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/common/cmsg_nxthdr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/cmsg_nxthdr.c b/libc/sysdeps/linux/common/cmsg_nxthdr.c index fda37f37a..050470244 100644 --- a/libc/sysdeps/linux/common/cmsg_nxthdr.c +++ b/libc/sysdeps/linux/common/cmsg_nxthdr.c @@ -17,6 +17,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define __FORCE_GLIBC__ +#include <features.h> #include <sys/socket.h> |