summaryrefslogtreecommitdiff
path: root/nfs/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/mount.c')
-rw-r--r--nfs/mount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs/mount.c b/nfs/mount.c
index a7ceaf50..ce1329e2 100644
--- a/nfs/mount.c
+++ b/nfs/mount.c
@@ -20,7 +20,6 @@
#include "nfs.h"
-#include <rpcsvc/mount.h>
#include <rpc/pmap_prot.h>
#include <errno.h>
#include <sys/socket.h>
@@ -29,6 +28,8 @@
#include <netinet/in.h>
#include <stdio.h>
+#include "mount.h"
+
/* Service name for portmapper */
char *pmap_service_name = "sunrpc";