Skip to content

Commit 1603150

Browse files
committed
Compatibility fixes
1 parent 026f7ce commit 1603150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HTTPServer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#include <vector>
3030
#include <string>
3131

32+
#include <sys/time.h>
33+
3234
#ifdef __linux__
3335
#include <kqueue/sys/event.h> // libkqueue Linux - only works if libkqueue is compiled from Github sources
3436
#else

0 commit comments

Comments
 (0)