From d080ffe467f6f58be82ee14dbeed94026002f1e0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 3 Mar 2010 09:24:40 +0100 Subject: reordered some include, because otherwise we get zlib-related errors on some platforms (namely Debian sid). This smells like a bug in zlib. Thanks to Michael Biebl for reporting the issue. --- tests/rt-init.c | 3 +-- 1 file changed, 1 insertion(+), 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 - #include "rsyslog.h" #include "testbench.h" +#include /* must be last, else we get a zlib compile error on some platforms */ MODULE_TYPE_TESTBENCH -- cgit