From: Jens Axboe Date: Thu, 31 Jan 2013 08:58:22 +0000 (+0100) Subject: windows: fix typo in header X-Git-Tag: fio-2.0.14~54 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6db56c28dd3936385d40401be0a500806bb0a361;p=fio.git windows: fix typo in header Signed-off-by: Jens Axboe --- diff --git a/os/windows/posix/include/netinet/tcp.h b/os/windows/posix/include/netinet/tcp.h index 1b48076c..250c4c35 100644 --- a/os/windows/posix/include/netinet/tcp.h +++ b/os/windows/posix/include/netinet/tcp.h @@ -1,4 +1,4 @@ #ifndef NETINET_TCP_H -#define NET_INET_TCP_H +#define NETINET_TCP_H #endif