aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount.c b/mount.c
index 90c1cc723..fa298d93a 100644
--- a/mount.c
+++ b/mount.c
@@ -50,10 +50,10 @@
50#include <stdio.h> 50#include <stdio.h>
51#include <mntent.h> 51#include <mntent.h>
52#include <ctype.h> 52#include <ctype.h>
53#include "busybox.h"
53#if defined BB_FEATURE_USE_DEVPS_PATCH 54#if defined BB_FEATURE_USE_DEVPS_PATCH
54#include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ 55# include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */
55#endif 56#endif
56#include "busybox.h"
57 57
58enum { 58enum {
59 MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */ 59 MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */