From 81406f18983d2adb934c970e4949f4dafeb63308 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 21 Jul 2009 10:36:47 +0200 Subject: fixed testbench compile problem on some platforms --- tests/rt-init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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 - #include "rsyslog.h" #include "testbench.h" +#include /* must be last, else we get a zlib compile error on some platforms */ MODULE_TYPE_TESTBENCH -- cgit