aboutsummaryrefslogtreecommitdiff
path: root/include/sys/socket.h
blob: 17e84f168d8ae609deb5bef133b3cd19403388a6 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Public domain
 * sys/socket.h compatibility shim
 */

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