diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-12 19:36:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-12 19:36:16 +0000 |
commit | 0e220f49469972d221479c0486c3300d53b6ea5f (patch) | |
tree | 39f69594ead503dd23138335b8ace8588c7b9eb7 /libc/inet/getnetent.c | |
parent | 87edfb6711f39cf607c2eabcb142b1d7c66a9d1b (diff) |
Silence a few warnings.
Diffstat (limited to 'libc/inet/getnetent.c')
-rw-r--r-- | libc/inet/getnetent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/getnetent.c b/libc/inet/getnetent.c index a4b9f602c..9f58a8f8b 100644 --- a/libc/inet/getnetent.c +++ b/libc/inet/getnetent.c @@ -15,6 +15,8 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define __FORCE_GLIBC__ +#include <features.h> #include <stdio.h> #include <netdb.h> #include <arpa/inet.h> |