From 08e2649b739f911ac8cb4e18fc184108a49c9153 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Wed, 4 May 2016 12:57:54 +0200 Subject: Fix compilation on SUN/SPARC by including The combination of the use of the exit() function without including together with the option -Werror=implicit-function-declaration causes the compilation (and the 'make') to fail on SUN/SPARC with gcc 4.9.3. --- lib/os_mon/c_src/mod_syslog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/os_mon/c_src/mod_syslog.c') diff --git a/lib/os_mon/c_src/mod_syslog.c b/lib/os_mon/c_src/mod_syslog.c index e287ac9090..720b52916e 100644 --- a/lib/os_mon/c_src/mod_syslog.c +++ b/lib/os_mon/c_src/mod_syslog.c @@ -18,6 +18,7 @@ * %CopyrightEnd% */ #include +#include #include #include #include -- cgit v1.2.3