diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-21 11:16:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-21 11:16:31 +0200 |
commit | 18db197129260d77414d6a0fe4b1e75f80526cd7 (patch) | |
tree | dd44adc77350939c4ce1def8b3bd306307a53bf0 /tests/rt-init.c | |
parent | 3424f701667487793c179a6904e73e269235995f (diff) | |
parent | c440ae1d15d78a41477a408688c838a36b6d483f (diff) | |
download | rsyslog-18db197129260d77414d6a0fe4b1e75f80526cd7.tar.gz rsyslog-18db197129260d77414d6a0fe4b1e75f80526cd7.tar.bz2 rsyslog-18db197129260d77414d6a0fe4b1e75f80526cd7.zip |
Merge branch 'master' into java
Diffstat (limited to 'tests/rt-init.c')
-rw-r--r-- | tests/rt-init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rt-init.c b/tests/rt-init.c index aaac7ed1..b9c4ce2e 100644 --- a/tests/rt-init.c +++ b/tests/rt-init.c @@ -21,10 +21,9 @@ * * A copy of the GPL can be found in the file "COPYING" in this distribution. */ -#include <stdio.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 |