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