summaryrefslogtreecommitdiffstats
path: root/outchannel.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-15 10:33:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-15 10:33:47 +0000
commitcaf76db7c08183bc23167687702cb8652c254337 (patch)
tree281794d7358fa1c53ee11a104a67f600fbb00ff9 /outchannel.c
parentf820d0ac236f6953e7bd5d115775a8751837ef4f (diff)
downloadrsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.gz
rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.xz
rsyslog-caf76db7c08183bc23167687702cb8652c254337.zip
prepared for new parse object; now removed allmost all liblogging borrowed
code
Diffstat (limited to 'outchannel.c')
-rw-r--r--outchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/outchannel.c b/outchannel.c
index d6351b68..2b64dba2 100644
--- a/outchannel.c
+++ b/outchannel.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <ctype.h>
#include <assert.h>
-#include "liblogging-stub.h"
+#include "rsyslog.h"
#include "stringbuf.h"
#include "outchannel.h"
#include "syslogd.h"