aboutsummaryrefslogtreecommitdiffstats
path: root/aesopt.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-02 22:53:08 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-02 22:53:08 +0000
commit1770a74e9c8a9eff18163189e763443fbc926454 (patch)
tree36131db962ea84fc1983a61738be4e38f993d6ac /aesopt.h
parent5da362991df25596b7ae400ea620a88c49c6e90a (diff)
BSD portability fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2297 f38db490-d61c-443f-a65b-d21fe96a405b
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>