diff options
Diffstat (limited to 'include/sys/select.h')
| -rw-r--r-- | include/sys/select.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h new file mode 100644 index 0000000..5ca0ea1 --- /dev/null +++ b/include/sys/select.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* | ||
| 2 | * Public domain | ||
| 3 | * sys/select.h compatibility shim | ||
| 4 | */ | ||
| 5 | |||
| 6 | #ifndef _WIN32 | ||
| 7 | #include_next <sys/select.h> | ||
| 8 | #else | ||
| 9 | #include <win32netcompat.h> | ||
| 10 | #endif | ||
