summaryrefslogtreecommitdiffstats
path: root/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-20 15:40:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-20 15:40:01 +0000
commit4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f (patch)
tree83b2a87e0987ea0363cb0272e4510fce493ad1d0 /msg.h
parent66214d45c76220ceb2d76ff1881baf79bee147a3 (diff)
downloadrsyslog-4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f.tar.gz
rsyslog-4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f.tar.xz
rsyslog-4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f.zip
moved part of the shell action to its own module
Diffstat (limited to 'msg.h')
-rw-r--r--msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/msg.h b/msg.h
index 1a54a86c..7b3cbd46 100644
--- a/msg.h
+++ b/msg.h
@@ -24,6 +24,8 @@
#ifndef MSG_H_INCLUDED
#define MSG_H_INCLUDED 1
+#include "template.h"
+
/* rgerhards 2004-11-08: The following structure represents a
* syslog message.
*