mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-06 23:20:09 +01:00
11 lines
147 B
C
11 lines
147 B
C
/*
|
|
* Public domain
|
|
* netinet/tcp.h compatibility shim
|
|
*/
|
|
|
|
#ifndef _WIN32
|
|
#include_next <netinet/tcp.h>
|
|
#else
|
|
#include <win32netcompat.h>
|
|
#endif
|