summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount.c')
-rw-r--r--mount/mount.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 5dc62ef62..28770933e 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -21,11 +21,14 @@
#include <sys/wait.h>
#include <sys/mount.h>
+#include <mntent.h>
+#include <paths.h>
+
#include "mount_blkid.h"
#include "mount_constants.h"
#include "sundries.h"
#include "xmalloc.h"
-#include "mntent.h"
+#include "mount_mntent.h"
#include "fstab.h"
#include "lomount.h"
#include "loop.h"
@@ -34,7 +37,7 @@
#include "mount_guess_fstype.h"
#include "mount_by_label.h"
#include "getusername.h"
-#include "paths.h"
+#include "mount_paths.h"
#include "env.h"
#include "nls.h"