diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 09:44:16 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 09:44:16 +0000 |
commit | 15e8b33eedce5985701f0b8c949125999fcf789b (patch) | |
tree | f44a9af22478c5f8a31a347fb5b13b1ab47f8828 /module-template.h | |
parent | 680e899ce9bf84b2406620f4dc1a35986568c97a (diff) | |
download | rsyslog-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.h | 1 |
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" |