aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 0814a5256..831dab9e2 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -182,7 +182,9 @@
182//usage: "Returns 0 for success, number of failed mounts for -a, or errno for one mount." 182//usage: "Returns 0 for success, number of failed mounts for -a, or errno for one mount."
183 183
184#include <mntent.h> 184#include <mntent.h>
185#if ENABLE_FEATURE_SYSLOG
185#include <syslog.h> 186#include <syslog.h>
187#endif
186#include <sys/mount.h> 188#include <sys/mount.h>
187// Grab more as needed from util-linux's mount/mount_constants.h 189// Grab more as needed from util-linux's mount/mount_constants.h
188#ifndef MS_DIRSYNC 190#ifndef MS_DIRSYNC