aboutsummaryrefslogtreecommitdiff
path: root/include/netinet/in.h
blob: 20e57b82e0351e1266006cf6c131ef0c4a347944 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Public domain
 * netinet/in.h compatibility shim
 */

#ifndef _WIN32
#include_next <netinet/in.h>
#else
#include <win32netcompat.h>
#endif