From: Niels Provos Date: Sat, 8 Mar 2003 14:44:08 +0000 (+0000) Subject: include config.h X-Git-Tag: release-1.1b~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33b1c6c4745a769c1d14454d1f22e378757fe80f;p=libevent include config.h svn:r49 --- diff --git a/test/regress.c b/test/regress.c index 21a0cd40..5f5c9af8 100644 --- a/test/regress.c +++ b/test/regress.c @@ -28,6 +28,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include