about summary refs log tree commit diff
path: root/resolv/netdb.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-05-06 07:46:42 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-06 07:46:42 -0400
commit597df64714851a68b25663c8b61b0e597552bebb (patch)
tree5b8c1bec20179dad8e5b381a10242beb1ea622c9 /resolv/netdb.h
parentb9af13014f3a45e26bff5b554b08979cb89b68a9 (diff)
downloadglibc-597df64714851a68b25663c8b61b0e597552bebb.tar.gz
glibc-597df64714851a68b25663c8b61b0e597552bebb.tar.xz
glibc-597df64714851a68b25663c8b61b0e597552bebb.zip
Install rpc/netdb.h again
Diffstat (limited to 'resolv/netdb.h')
-rw-r--r--resolv/netdb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/resolv/netdb.h b/resolv/netdb.h
index b70639b930..6b76a25d3f 100644
--- a/resolv/netdb.h
+++ b/resolv/netdb.h
@@ -27,6 +27,11 @@
 
 #include <netinet/in.h>
 #include <stdint.h>
+#ifdef __USE_MISC
+/* This is necessary to make this include file properly replace the
+   Sun version.  */
+# include <rpc/netdb.h>
+#endif
 
 #ifdef __USE_GNU
 # define __need_sigevent_t