mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
include config.h
svn:r365
This commit is contained in:
parent
cf5c1fcebb
commit
d1848a8872
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user