diff options
Diffstat (limited to 'util-linux')
-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 abf5cd03f..a10d28d7c 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -20,9 +20,9 @@ #include <mntent.h> #include "libbb.h" +#include <syslog.h> /* Needed for nfs support only... */ -#include <syslog.h> #include <sys/utsname.h> #undef TRUE #undef FALSE |