summaryrefslogtreecommitdiffstats
path: root/rfc3195d.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-15 14:18:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-15 14:18:18 +0200
commit07b447fcbae051c55127a96c7117c1bfee1baa93 (patch)
tree9efad883a92dcb51c7e480793ebc49c2ca34337c /rfc3195d.c
parent8aea6a1d9d5a623018747844b65cf6c0dfd57192 (diff)
parent5674b8ef46ad0ec7c3c795f7981b6fd2d0b8330e (diff)
downloadrsyslog-07b447fcbae051c55127a96c7117c1bfee1baa93.tar.gz
rsyslog-07b447fcbae051c55127a96c7117c1bfee1baa93.tar.xz
rsyslog-07b447fcbae051c55127a96c7117c1bfee1baa93.zip
Merge branch 'v2-stable' into v3-stable
Conflicts: ChangeLog configure.ac
Diffstat (limited to 'rfc3195d.c')
-rw-r--r--rfc3195d.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rfc3195d.c b/rfc3195d.c
index f79ec949..dd8497cb 100644
--- a/rfc3195d.c
+++ b/rfc3195d.c
@@ -43,9 +43,9 @@ int main()
#include <sys/socket.h>
#include <sys/errno.h>
#include "rsyslog.h"
-#include "liblogging.h"
-#include "srAPI.h"
-#include "syslogmessage.h"
+#include "liblogging/liblogging.h"
+#include "liblogging/srAPI.h"
+#include "liblogging/syslogmessage.h"
/* configurable params! */
static char* pPathLogname = "/dev/log3195";