summaryrefslogtreecommitdiff
path: root/libc/inet/addr.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-05 03:05:26 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-05 03:05:26 +0000
commit3540d0675cce2068ec0c26a46660972a9859c368 (patch)
treecffdb9b43c1111eb56655215c3db088b82c630c6 /libc/inet/addr.c
parentc933888d28d6ac1b0028458a4d85cd1b593ace3d (diff)
Update networking includes.
Diffstat (limited to 'libc/inet/addr.c')
-rw-r--r--libc/inet/addr.c2
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>