summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/rpc/rpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/rpc/rpc.h b/src/lib/rpc/rpc.h
index d0280aaa0..d8ae24ae9 100644
--- a/src/lib/rpc/rpc.h
+++ b/src/lib/rpc/rpc.h
@@ -68,7 +68,10 @@
* defined by <rpc/netdb.h> included in <netdb.h>.
*/
/* routines for parsing /etc/rpc */
+#if 0 /* netdb.h already included in rpc/types.h */
#include <netdb.h>
+#endif
+
#include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */
#endif /* ndef __RPC_HEADER__ */