From: mmj Date: Thu, 22 Apr 2004 14:18:37 +0000 (+1000) Subject: ... and then of course include config.h X-Git-Tag: RELEASE_1_0_0~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd380705ecd13b238ee761d56fe0758a7deb997d;p=thirdparty%2Fmlmmj.git ... and then of course include config.h --- diff --git a/src/log_error.c b/src/log_error.c index 1d7bce7b..15949303 100644 --- a/src/log_error.c +++ b/src/log_error.c @@ -3,6 +3,9 @@ #include #include #include + +#include "config.h" + #ifdef HAVE_SYSLOG_H #include #endif