From 5d76f2d5ca87fc42379d49022b505d66394c001b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 7 May 2008 12:11:26 +0200 Subject: support for liblogging 0.7.1+ added --- rfc3195d.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rfc3195d.c') diff --git a/rfc3195d.c b/rfc3195d.c index e7d13e03..c8179b27 100644 --- a/rfc3195d.c +++ b/rfc3195d.c @@ -42,9 +42,9 @@ int main() #include #include #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"; -- cgit