mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 15:56:15 -04:00
Fix bench_http build on win32.
This commit is contained in:
parent
05de45d63f
commit
384d124581
@ -49,6 +49,10 @@
|
||||
#include <evhttp.h>
|
||||
#include <event2/thread.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "iocp-internal.h"
|
||||
#endif
|
||||
|
||||
static void http_basic_cb(struct evhttp_request *req, void *arg);
|
||||
|
||||
static char *content;
|
||||
|
Loading…
x
Reference in New Issue
Block a user