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 --- libbb/verror_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/verror_msg.c') diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c index dbd8323e4..ca44030b2 100644 --- a/libbb/verror_msg.c +++ b/libbb/verror_msg.c @@ -7,8 +7,8 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include #include "libbb.h" +#include smallint logmode = LOGMODE_STDIO; const char *msg_eol = "\n"; -- cgit v1.2.3