summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-17 13:30:22 +0000
committerMatt Caswell <matt@openssl.org>2015-11-20 23:32:18 +0000
commit501083049590455b1862edd7573fd51bb37bb037 (patch)
tree0ac76d39b5222fe01e80474bcdd17077796af3a8 /include
parent38148a234c6ed7a9d78dc5fb3de0ac4d79402e6f (diff)
Async port to windows
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/async.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/async.h b/include/openssl/async.h
index bf5a021942..434db2254b 100644
--- a/include/openssl/async.h
+++ b/include/openssl/async.h
@@ -54,6 +54,8 @@
#ifndef HEADER_ASYNC_H
# define HEADER_ASYNC_H
+#include <stdlib.h>
+
# ifdef __cplusplus
extern "C" {
# endif