Browse Source

Fix mingw building

pull/773/head
Max Lv 8 years ago
parent
commit
1773111a07
1 changed files with 1 additions and 1 deletions
  1. 2
      src/netutils.h

2
src/netutils.h

@ -25,7 +25,7 @@
#if defined(__linux__)
#include <linux/tcp.h>
#else
#elif !defined(__MINGW32__)
#include <netinet/tcp.h>
#endif

Loading…
Cancel
Save