aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c2
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 @@
20 20
21#include <mntent.h> 21#include <mntent.h>
22#include "libbb.h" 22#include "libbb.h"
23#include <syslog.h>
23 24
24/* Needed for nfs support only... */ 25/* Needed for nfs support only... */
25#include <syslog.h>
26#include <sys/utsname.h> 26#include <sys/utsname.h>
27#undef TRUE 27#undef TRUE
28#undef FALSE 28#undef FALSE