Merge pull request #42 from savisxss/main
Guard netinet/tcp.h include for non-Windows platforms
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#ifndef OS_WINDOWS
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
/* Forwards */
|
||||
void socket_lingeron(socket_t s);
|
||||
|
||||
Reference in New Issue
Block a user