summaryrefslogtreecommitdiff
path: root/aesopt.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-03-02 22:53:08 +0000
committerMark Spencer <markster@digium.com>2004-03-02 22:53:08 +0000
commit231dbeea61a4a8ef2933593e3c811f33c8893fe8 (patch)
tree36131db962ea84fc1983a61738be4e38f993d6ac /aesopt.h
parent40ec19961c97364e6350f56ef3e5e8232ebfdbc1 (diff)
BSD portability fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>