pineapple/externals/libressl/include/compat/sys/select.h
2020-12-28 15:15:37 +00:00

10 lines
145 B
C
Executable file

/*
* Public domain
* sys/select.h compatibility shim
*/
#ifndef _WIN32
#include_next <sys/select.h>
#else
#include <win32netcompat.h>
#endif