From: Jens Axboe Date: Wed, 30 Jan 2013 20:54:58 +0000 (+0100) Subject: Add empty for Windows X-Git-Tag: fio-2.0.14~56 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7d5185c3b4856421a4c72852cc5e86e04db679f0;p=fio.git Add empty for Windows Signed-off-by: Jens Axboe --- diff --git a/os/windows/posix/include/netinet/tcp.h b/os/windows/posix/include/netinet/tcp.h new file mode 100644 index 00000000..1b48076c --- /dev/null +++ b/os/windows/posix/include/netinet/tcp.h @@ -0,0 +1,4 @@ +#ifndef NETINET_TCP_H +#define NET_INET_TCP_H + +#endif