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