diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 16:03:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 16:03:45 +0000 |
commit | 6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e (patch) | |
tree | b77862ccfb9c4b8a4987da934ccc3ef290e37afd /omfwd.c | |
parent | 70c56633497562c8c594cab8f2aa55dd1d7ca5fa (diff) | |
download | rsyslog-6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e.tar.gz rsyslog-6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e.tar.bz2 rsyslog-6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e.zip |
moved file write output module to own set of code files
Diffstat (limited to 'omfwd.c')
-rw-r--r-- | omfwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ #include "srUtils.h" #include "net.h" #include "omfwd.h" +#include "template.h" #include "msg.h" #include "tcpsyslog.h" |