From 3f25522c313794991fd61a60b26a21dbf251ec6b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 31 Dec 2014 21:43:51 -0600 Subject: [PATCH] include the BSD integer types TODO: convert u_int_* types to uint_* --- include/sys/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sys/types.h b/include/sys/types.h index 248cf24..89310f0 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -8,6 +8,7 @@ #ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H #define LIBCRYPTOCOMPAT_SYS_TYPES_H +#include #include #ifdef __MINGW32__