summaryrefslogtreecommitdiffstats
path: root/mount/fstab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/fstab.c')
-rw-r--r--mount/fstab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/fstab.c b/mount/fstab.c
index 2d3767abd..f812e120c 100644
--- a/mount/fstab.c
+++ b/mount/fstab.c
@@ -151,7 +151,7 @@ read_mntentchn(mntFILE *mfp, const char *fnam, struct mntentchn *mc0) {
#ifdef HAVE_LIBMOUNT_MOUNT
#define USE_UNSTABLE_LIBMOUNT_API
-#include <mount.h> /* libmount */
+#include <libmount.h> /* libmount */
static void read_mounttable()
{