diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-05 03:05:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-05 03:05:26 +0000 |
commit | 3540d0675cce2068ec0c26a46660972a9859c368 (patch) | |
tree | cffdb9b43c1111eb56655215c3db088b82c630c6 /libc/inet/addr.c | |
parent | c933888d28d6ac1b0028458a4d85cd1b593ace3d (diff) |
Update networking includes.
Diffstat (limited to 'libc/inet/addr.c')
-rw-r--r-- | libc/inet/addr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/addr.c b/libc/inet/addr.c index a05a4288d..305447b1f 100644 --- a/libc/inet/addr.c +++ b/libc/inet/addr.c @@ -12,6 +12,8 @@ * inet_ntoa in half (from 190 bytes down to 94). */ +#define __FORCE_GLIBC__ +#include <features.h> #include <string.h> #include <ctype.h> #include <netinet/in.h> |