summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.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/resolv.c
parentc933888d28d6ac1b0028458a4d85cd1b593ace3d (diff)
Update networking includes.
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r--libc/inet/resolv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index 91442b3a9..900783fbf 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -34,6 +34,8 @@
*
*/
+#define __FORCE_GLIBC__
+#include <features.h>
#include <string.h>
#include <stdio.h>
#include <signal.h>
@@ -46,6 +48,7 @@
#include <unistd.h>
#include <cfgfile.h>
#include <resolv.h>
+#include <netdb.h>
#include <arpa/nameser.h>
#define MAX_RECURSE 5