Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / include / compat / sys / select.h
blob5ca0ea156a3e63a93ba2f7b6691020fbda471013
1 /*
2 * Public domain
3 * sys/select.h compatibility shim
4 */
6 #ifndef _WIN32
7 #include_next <sys/select.h>
8 #else
9 #include <win32netcompat.h>
10 #endif