From: Niels Provos Date: Thu, 14 Jun 2007 04:38:42 +0000 (+0000) Subject: include config.h X-Git-Tag: release-2.0.1-alpha~616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1848a8872c9596d1f30a5edbd1f9050e8124611;p=libevent include config.h svn:r365 --- diff --git a/sample/event-test.c b/sample/event-test.c index 965984d4..db3ba31e 100644 --- a/sample/event-test.c +++ b/sample/event-test.c @@ -3,6 +3,10 @@ * cc -I/usr/local/include -o event-test event-test.c -L/usr/local/lib -levent */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #ifndef WIN32