aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@orville.25thandClement.com> 2014-05-12 21:58:55 -0700
committerLibravatarLibravatar William Ahern <william@orville.25thandClement.com> 2014-05-12 21:58:55 -0700
commitaa737d08227b4d127fa6d056b4f37c3fd05407d2 (patch)
treef765614b8326af6d5930823b55456b7d20b84b90 /src
parentad5867b4c5c85ac4ade3cd2d4884ade0e1fae5a5 (diff)
downloadluaossl-aa737d08227b4d127fa6d056b4f37c3fd05407d2.tar.gz
luaossl-aa737d08227b4d127fa6d056b4f37c3fd05407d2.tar.bz2
luaossl-aa737d08227b4d127fa6d056b4f37c3fd05407d2.zip
our use of uintptr_t broke openbsd build
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c
index c589d6c..3ab1984 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -27,6 +27,7 @@
#define LUAOSSL_H
#include <limits.h> /* INT_MAX INT_MIN */
+#include <stdint.h> /* uintptr_t */
#include <string.h> /* memset(3) strerror_r(3) */
#include <strings.h> /* strcasecmp(3) */
#include <math.h> /* INFINITY fabs(3) floor(3) frexp(3) fmod(3) round(3) isfinite(3) */