Browse Source

Correct header inclusion

pull/1965/head
Linus Yang 7 years ago
parent
commit
87b7dd85a9
2 changed files with 2 additions and 2 deletions
  1. 2
      src/local.h
  2. 2
      src/server.h

2
src/local.h

@ -31,7 +31,7 @@
#include <ev.h>
#endif
#ifdef TCP_FASTOPEN_WINSOCK
#ifdef __MINGW32__
#include "winsock.h"
#endif

2
src/server.h

@ -32,7 +32,7 @@
#include <ev.h>
#endif
#ifdef TCP_FASTOPEN_WINSOCK
#ifdef __MINGW32__
#include "winsock.h"
#endif

Loading…
Cancel
Save