summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/rpc/getrpcent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/rpc/getrpcent.c b/src/lib/rpc/getrpcent.c
index e48d5b1e9..d70196041 100644
--- a/src/lib/rpc/getrpcent.c
+++ b/src/lib/rpc/getrpcent.c
@@ -38,9 +38,8 @@ static char sccsid[] = "@(#)getrpcent.c 1.9 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <sys/types.h>
-#include <rpc/rpc.h>
-#include <rpc/netdb.h>
#include <netdb.h>
+#include <rpc/rpc.h>
#include <string.h>
#include <sys/socket.h>