summaryrefslogtreecommitdiffstats
path: root/rfc3195d.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-10 16:15:11 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-10 16:15:11 +0000
commit555c74fc2930556f1b9ddce1e8114a61fa732489 (patch)
treefb3a3dee45dd79754b24e3a864fb7c6d64128376 /rfc3195d.c
parent33c28c8d7ada38372fbf7aa414337b4be9377bd8 (diff)
downloadrsyslog-555c74fc2930556f1b9ddce1e8114a61fa732489.tar.gz
rsyslog-555c74fc2930556f1b9ddce1e8114a61fa732489.tar.xz
rsyslog-555c74fc2930556f1b9ddce1e8114a61fa732489.zip
upgraded to autotools build system - thanks Peter Vrabec for patches and
the idea
Diffstat (limited to 'rfc3195d.c')
-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";