projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3f23b00
)
Include elf/ldsodefs.h not link.h.
author
drepper
<drepper>
Tue, 24 Mar 1998 00:38:01 +0000
(
00:38
+0000)
committer
drepper
<drepper>
Tue, 24 Mar 1998 00:38:01 +0000
(
00:38
+0000)
nss/nsswitch.c
patch
|
blob
|
history
diff --git
a/nss/nsswitch.c
b/nss/nsswitch.c
index
3b48c85
..
ab0f850
100644
(file)
--- a/
nss/nsswitch.c
+++ b/
nss/nsswitch.c
@@
-22,11
+22,11
@@
#include <errno.h>
#include <netdb.h>
#include <bits/libc-lock.h>
-#include <link.h> /* We need some help from ld.so. */
#include <search.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <elf/ldsodefs.h> /* We need some help from ld.so. */
#if !defined DO_STATIC_NSS || defined PIC
# include <gnu/lib-names.h>