diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ | |||
45 | #include <mntent.h> | 45 | #include <mntent.h> |
46 | #include <ctype.h> | 46 | #include <ctype.h> |
47 | #if defined BB_FEATURE_USE_DEVPS_PATCH | 47 | #if defined BB_FEATURE_USE_DEVPS_PATCH |
48 | #include <linux/devmtab.h> | 48 | #include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ |
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | 51 | ||