]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
... and then of course include config.h
authormmj <none@none>
Thu, 22 Apr 2004 14:18:37 +0000 (00:18 +1000)
committermmj <none@none>
Thu, 22 Apr 2004 14:18:37 +0000 (00:18 +1000)
src/log_error.c

index 1d7bce7b5a24b9a251e22853a7c913ce16a4bce7..15949303e30fc9c1b202c709126515a0351ca3f9 100644 (file)
@@ -3,6 +3,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
+
+#include "config.h"
+
 #ifdef HAVE_SYSLOG_H
 #include <syslog.h>
 #endif