diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/info_msg.c | 2 | ||||
-rw-r--r-- | libbb/verror_msg.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <syslog.h> #include "libbb.h" +#include <syslog.h> 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 <syslog.h> #include "libbb.h" +#include <syslog.h> smallint logmode = LOGMODE_STDIO; const char *msg_eol = "\n"; |