Skip to content

Commit f8fafd5

Browse files
committed
Land #1163 - Fix build on Windows
2 parents bc15cfd + 8f6cbc8 commit f8fafd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crypto/compat/b_win.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
#include <ws2tcpip.h>
99

1010
#include <openssl/bio.h>
11-
#include <openssl/err.h>
11+
12+
#include "err_local.h"
1213

1314
int
1415
BIO_sock_init(void)
@@ -29,7 +30,7 @@ BIO_sock_init(void)
2930
}
3031
wsa_init_done = 1;
3132
}
32-
return (1);
33+
return (1);
3334
}
3435

3536
void

0 commit comments

Comments
 (0)