summaryrefslogtreecommitdiffstats
path: root/rfc3195d.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-16 13:40:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-16 13:40:53 +0200
commit09a3d4ef122288c47a8390a2ce61322bde65c780 (patch)
treeb01a382eb6608112bb6361da406b6a56f0a7352c /rfc3195d.c
parent09c61f9b09b7bb80590a507b8b9643aa11677b0a (diff)
parent07b447fcbae051c55127a96c7117c1bfee1baa93 (diff)
downloadrsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.tar.gz
rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.tar.xz
rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.zip
Merge branch 'v3-stable' into beta
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";