diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-12 08:25:37 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-12 08:25:37 +0100 |
commit | 0d8aa3eb214bff12cbf2a1a25890cc6ef398c593 (patch) | |
tree | 4cc804bf5743bfb73108c8103efdb782461afd86 /crypto | |
parent | 4ba6cdc48cd9667d5c3690530d8bd9773a290813 (diff) | |
parent | 529f90ddd8f95664e53a818536f093f2d936bd44 (diff) | |
download | portable-0d8aa3eb214bff12cbf2a1a25890cc6ef398c593.tar.gz portable-0d8aa3eb214bff12cbf2a1a25890cc6ef398c593.tar.bz2 portable-0d8aa3eb214bff12cbf2a1a25890cc6ef398c593.zip |
Land #964
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/compat/posix_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index b3a4687..c7cf6af 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c | |||
@@ -9,8 +9,8 @@ | |||
9 | 9 | ||
10 | #define NO_REDEF_POSIX_FUNCTIONS | 10 | #define NO_REDEF_POSIX_FUNCTIONS |
11 | 11 | ||
12 | #include <windows.h> | ||
13 | #include <ws2tcpip.h> | 12 | #include <ws2tcpip.h> |
13 | #include <windows.h> | ||
14 | 14 | ||
15 | #include <errno.h> | 15 | #include <errno.h> |
16 | #include <fcntl.h> | 16 | #include <fcntl.h> |