aboutsummaryrefslogtreecommitdiff
path: root/externals/libressl/include/compat/sys/select.h
blob: 5ca0ea156a3e63a93ba2f7b6691020fbda471013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * Public domain
 * sys/select.h compatibility shim
 */

#ifndef _WIN32
#include_next <sys/select.h>
#else
#include <win32netcompat.h>
#endif