From fe33683c8bad841a1b5e947fcc6a502b85ca53cf Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 2 May 2014 07:18:55 +0200 Subject: Fix compile failures Signed-off-by: Denys Vlasenko --- libbb/verror_msg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbb/verror_msg.c') diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c index 87efb56b3..0ef2a311f 100644 --- a/libbb/verror_msg.c +++ b/libbb/verror_msg.c @@ -11,7 +11,9 @@ # include #endif +#if ENABLE_FEATURE_SYSLOG smallint syslog_level = LOG_ERR; +#endif smallint logmode = LOGMODE_STDIO; const char *msg_eol = "\n"; -- cgit v1.2.3