Merge pull request #42 from savisxss/main

Guard netinet/tcp.h include for non-Windows platforms
This commit is contained in:
rtw1x1
2025-12-27 07:15:41 +00:00
committed by GitHub

View File

@@ -1,5 +1,7 @@
#include "stdafx.h"
#ifndef OS_WINDOWS
#include <netinet/tcp.h>
#endif
/* Forwards */
void socket_lingeron(socket_t s);