summaryrefslogtreecommitdiffstats
path: root/module-template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-06 09:44:16 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-06 09:44:16 +0000
commit15e8b33eedce5985701f0b8c949125999fcf789b (patch)
treef44a9af22478c5f8a31a347fb5b13b1ab47f8828 /module-template.h
parent680e899ce9bf84b2406620f4dc1a35986568c97a (diff)
downloadrsyslog-15e8b33eedce5985701f0b8c949125999fcf789b.tar.gz
rsyslog-15e8b33eedce5985701f0b8c949125999fcf789b.tar.xz
rsyslog-15e8b33eedce5985701f0b8c949125999fcf789b.zip
fixed a few remaining logerror() calls - thanks to Michael Biebl for
pointing that out
Diffstat (limited to 'module-template.h')
-rw-r--r--module-template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/module-template.h b/module-template.h
index 3dae7021..3478acd0 100644
--- a/module-template.h
+++ b/module-template.h
@@ -27,6 +27,7 @@
#define MODULE_TEMPLATE_H_INCLUDED 1
#include "modules.h"
+#include "obj.h"
#include "objomsr.h"
#include "threads.h"