include config.h

svn:r365
This commit is contained in:
Niels Provos 2007-06-14 04:38:42 +00:00
parent cf5c1fcebb
commit d1848a8872

View File

@ -3,6 +3,10 @@
* cc -I/usr/local/include -o event-test event-test.c -L/usr/local/lib -levent * 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 <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifndef WIN32 #ifndef WIN32