about summary refs log tree commit diff
path: root/include/compat/netinet/tcp.h
blob: c98cf7412d0479c7cac6ce1dc0ded1c899bfef86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * Public domain
 * netinet/tcp.h compatibility shim
 */

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