Another update from Larry:
[oweals/busybox.git] / mount.c
diff --git a/mount.c b/mount.c
index 90c1cc723beec79ceae2f6565e32bed99b0cc808..fa298d93a28841d1cbff650afb7daf9e31100fae 100644 (file)
--- a/mount.c
+++ b/mount.c
 #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 */