* errno.c: Include resolv.h to avoid warning.

2002-03-03  Andreas Jaeger  <aj@suse.de>

	* errno.c: Include resolv.h to avoid warning.
This commit is contained in:
Andreas Jaeger 2002-03-03 19:38:20 +00:00
parent f990d293ea
commit 1bd8ff7b32
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-03-03 Andreas Jaeger <aj@suse.de>
* errno.c: Include resolv.h to avoid warning.
2002-02-27 Ulrich Drepper <drepper@redhat.com>
* pthread.c [USE_TLS] (thread_self_stack): Correct check for upper

View File

@ -16,6 +16,7 @@
#include <errno.h>
#include <netdb.h>
#include <resolv.h>
#include "pthread.h"
#include "internals.h"