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/info_msg.c | 2 +- libbb/verror_msg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb') diff --git a/libbb/info_msg.c b/libbb/info_msg.c index b0ce643..3231bc8 100644 --- a/libbb/info_msg.c +++ b/libbb/info_msg.c @@ -7,8 +7,8 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include #include "libbb.h" +#include void bb_info_msg(const char *s, ...) { diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c index dbd8323..ca44030 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.1