diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 72734ae62..66599a618 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -45,7 +45,7 @@ #include <mntent.h> #include <ctype.h> #if defined BB_FEATURE_USE_DEVPS_PATCH -#include <linux/devmtab.h> +#include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ #endif |