From 925e96f5eda751b73fe2ae5da6c038e0bc6d0b8a Mon Sep 17 00:00:00 2001 From: mOo Date: Mon, 25 Feb 2008 06:56:48 +0000 Subject: [PATCH] fix tests build for scons that has no config.h git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2078 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/fcgi-auth.c | 2 ++ tests/fcgi-responder.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/fcgi-auth.c b/tests/fcgi-auth.c index bb7ae699..26bbd0fb 100644 --- a/tests/fcgi-auth.c +++ b/tests/fcgi-auth.c @@ -1,4 +1,6 @@ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #ifdef HAVE_FASTCGI_FASTCGI_H #include #else diff --git a/tests/fcgi-responder.c b/tests/fcgi-responder.c index 92702956..721c2ce2 100644 --- a/tests/fcgi-responder.c +++ b/tests/fcgi-responder.c @@ -1,4 +1,6 @@ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #ifdef HAVE_FASTCGI_FASTCGI_H #include #else