aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-12-11 09:21:43 -0600
committerBrent Cook <bcook@openbsd.org>2015-12-11 09:21:43 -0600
commitbd8fe5868f40a80012749a0daa3af88b95b8fb22 (patch)
tree8af23a0f0795d21ddae330febb2905de4eab5e13
parent5727d3274ee6eff74d2a2937156f787d99f7ce92 (diff)
downloadportable-bd8fe5868f40a80012749a0daa3af88b95b8fb22.tar.gz
portable-bd8fe5868f40a80012749a0daa3af88b95b8fb22.tar.bz2
portable-bd8fe5868f40a80012749a0daa3af88b95b8fb22.zip
include stdint.h uint*_t
-rw-r--r--crypto/compat/posix_win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c
index c6ff924..110323a 100644
--- a/crypto/compat/posix_win.c
+++ b/crypto/compat/posix_win.c
@@ -12,6 +12,7 @@
12#include <ws2tcpip.h> 12#include <ws2tcpip.h>
13 13
14#include <errno.h> 14#include <errno.h>
15#include <stdint.h>
15#include <stdio.h> 16#include <stdio.h>
16#include <stdlib.h> 17#include <stdlib.h>
17#include <string.h> 18#include <string.h>