summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rfc3195d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc3195d.c b/rfc3195d.c
index 25662047..ee7891be 100644
--- a/rfc3195d.c
+++ b/rfc3195d.c
@@ -24,6 +24,7 @@
*
* A copy of the GPL can be found in the file "COPYING" in this distribution.
*/
+#include "config.h"
#include <stdio.h>
#ifndef FEATURE_RFC3195
@@ -44,7 +45,6 @@ int main()
#include "liblogging.h"
#include "srAPI.h"
#include "syslogmessage.h"
-#include "version.h"
/* configurable params! */
static char* pPathLogname = "/dev/log3195";