mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
* 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:
parent
f990d293ea
commit
1bd8ff7b32
@ -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
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <netdb.h>
|
||||
#include <resolv.h>
|
||||
#include "pthread.h"
|
||||
#include "internals.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user