From 555c74fc2930556f1b9ddce1e8114a61fa732489 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 10 Jul 2007 16:15:11 +0000 Subject: upgraded to autotools build system - thanks Peter Vrabec for patches and the idea --- rfc3195d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #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"; -- cgit