diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 972e5066c..456e45235 100644 --- a/util-linux/mount.c +++ b/util-linux/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 |