Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* errno.c: Include resolv.h to avoid warning.
2002-03-03  Andreas Jaeger  <aj@suse.de>

	* errno.c: Include resolv.h to avoid warning.
  • Loading branch information
Andreas Jaeger committed Mar 3, 2002
1 parent f990d29 commit 1bd8ff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linuxthreads/ChangeLog
@@ -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
Expand Down
1 change: 1 addition & 0 deletions linuxthreads/errno.c
Expand Up @@ -16,6 +16,7 @@

#include <errno.h>
#include <netdb.h>
#include <resolv.h>
#include "pthread.h"
#include "internals.h"

Expand Down

0 comments on commit 1bd8ff7

Please sign in to comment.