aboutsummaryrefslogtreecommitdiffstats
path: root/aesopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'aesopt.h')
-rwxr-xr-xaesopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/aesopt.h b/aesopt.h
index 60675e418..799c8a694 100755
--- a/aesopt.h
+++ b/aesopt.h
@@ -149,6 +149,7 @@
/* PLATFORM SPECIFIC INCLUDES */
#if defined( __FreeBSD__ ) || defined( __OpenBSD__ )
+# include <sys/types.h>
# include <sys/endian.h>
#elif defined( BSD ) && ( BSD >= 199103 )
# include <machine/endian.h>