aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mount.c b/mount.c
index 972e5066c..456e45235 100644
--- a/mount.c
+++ b/mount.c
@@ -48,6 +48,9 @@
48#if defined BB_FEATURE_USE_DEVPS_PATCH 48#if defined BB_FEATURE_USE_DEVPS_PATCH
49#include <linux/devmtab.h> 49#include <linux/devmtab.h>
50#endif 50#endif
51#ifndef MS_RDONLY
52#include <linux/fs.h>
53#endif
51 54
52 55
53#if defined BB_FEATURE_MOUNT_LOOP 56#if defined BB_FEATURE_MOUNT_LOOP