aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/mp_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'plpnfsd/mp_mount.c')
-rw-r--r--plpnfsd/mp_mount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plpnfsd/mp_mount.c b/plpnfsd/mp_mount.c
index f0a82d4..0f9e1e9 100644
--- a/plpnfsd/mp_mount.c
+++ b/plpnfsd/mp_mount.c
@@ -66,7 +66,7 @@ static char nfshost[128];
#ifndef __GLIBC__
#include <linux/fs.h> /* struct nfs_mount_data */
#endif
-#include <linux/nfs_mount.h> /* struct nfs_mount_data */
+#include "linux-misc.h" /* struct nfs_mount_data */
#include <arpa/inet.h> /* inet_addr() */
#endif
#ifdef _IBMR2
@@ -75,7 +75,6 @@ static char nfshost[128];
#include <sys/vmount.h>
#endif
-
#ifndef DONT_UPDATE_MTAB
#if defined(sun) && defined(__SVR4)
#include <sys/mnttab.h>