diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-11 10:53:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-11 10:53:58 +0000 |
commit | 3f08e1f7264357d8f5e123cb0e1e93a37b69c42b (patch) | |
tree | 2c0c82f870aa753e0c578b41255c6eb9950b5d7b /syslog_tst.c | |
parent | 969f2f7a2069707b34cea9cecb97f6f53244750d (diff) | |
download | rsyslog-3f08e1f7264357d8f5e123cb0e1e93a37b69c42b.tar.gz rsyslog-3f08e1f7264357d8f5e123cb0e1e93a37b69c42b.tar.xz rsyslog-3f08e1f7264357d8f5e123cb0e1e93a37b69c42b.zip |
moving towards autotools build system - config.h include forgotten & now
fixed
Diffstat (limited to 'syslog_tst.c')
-rw-r--r-- | syslog_tst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syslog_tst.c b/syslog_tst.c index ca786018..40896b31 100644 --- a/syslog_tst.c +++ b/syslog_tst.c @@ -14,6 +14,8 @@ * to be a problem with overrunning a UNIX domain socket with * excessive amounts of input. */ +#include "config.h" + #include <stdio.h> #include <string.h> |