aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/errno.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-03-03 19:38:20 +0000
committerAndreas Jaeger <aj@suse.de>2002-03-03 19:38:20 +0000
commit1bd8ff7b32826078b0794810dc7e0e5233551934 (patch)
tree45fe04715c5d4a0e253b62f3377175bd08076f19 /linuxthreads/errno.c
parentf990d293ea9f645ff27b1ab8624ac892def9f08f (diff)
downloadglibc-1bd8ff7b32826078b0794810dc7e0e5233551934.tar
glibc-1bd8ff7b32826078b0794810dc7e0e5233551934.tar.gz
glibc-1bd8ff7b32826078b0794810dc7e0e5233551934.tar.bz2
glibc-1bd8ff7b32826078b0794810dc7e0e5233551934.zip
* errno.c: Include resolv.h to avoid warning.
2002-03-03 Andreas Jaeger <aj@suse.de> * errno.c: Include resolv.h to avoid warning.
Diffstat (limited to 'linuxthreads/errno.c')
-rw-r--r--linuxthreads/errno.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/errno.c b/linuxthreads/errno.c
index bd9584f80e..0eb98ac20c 100644
--- a/linuxthreads/errno.c
+++ b/linuxthreads/errno.c
@@ -16,6 +16,7 @@
#include <errno.h>
#include <netdb.h>
+#include <resolv.h>
#include "pthread.h"
#include "internals.h"