diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 07:56:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 07:56:07 +0100 |
commit | 56764b912ea944a0abc7d92429d7520c2247cdd9 (patch) | |
tree | 7719d2f8589a5eb0cb8ef5505c6b73f3d417e247 /tests/rt-init.c | |
parent | 2a494ffc41cd33124bbfea01ad41750b8967efed (diff) | |
parent | 0b84d47f7a244c25f63fadcec92d12ebfbe319a4 (diff) | |
download | rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.tar.gz rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.tar.bz2 rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.zip |
Merge branch 'v4-stable' into v4-stable-solaris
Diffstat (limited to 'tests/rt-init.c')
-rw-r--r-- | tests/rt-init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rt-init.c b/tests/rt-init.c index aaac7ed1..66a9ad32 100644 --- a/tests/rt-init.c +++ b/tests/rt-init.c @@ -21,10 +21,10 @@ * * A copy of the GPL can be found in the file "COPYING" in this distribution. */ -#include <stdio.h> - +#include "config.h" #include "rsyslog.h" #include "testbench.h" +#include <stdio.h> /* must be last, else we get a zlib compile error on some platforms */ MODULE_TYPE_TESTBENCH |