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/inet_net.c | |
parent | 87edfb6711f39cf607c2eabcb142b1d7c66a9d1b (diff) |
Silence a few warnings.
Diffstat (limited to 'libc/inet/inet_net.c')
-rw-r--r-- | libc/inet/inet_net.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index fd57fe1ac..1243b603b 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -32,6 +32,8 @@ * SUCH DAMAGE. */ +#define __FORCE_GLIBC__ +#include <features.h> #include <ctype.h> #include <netinet/in.h> |