From f470196a4144dd586f8b80efeef4aca39cf11514 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 27 Jan 2008 12:50:12 +0000 Subject: - fix conflicting decls of syslog related facilitynames and prioritynames tables --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') 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 #include "libbb.h" +#include /* Needed for nfs support only... */ -#include #include #undef TRUE #undef FALSE -- cgit v1.2.3