diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,10 +50,10 @@ #include <stdio.h> #include <mntent.h> #include <ctype.h> +#include "busybox.h" #if defined BB_FEATURE_USE_DEVPS_PATCH -#include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ +# include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ #endif -#include "busybox.h" enum { MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */ |