projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ec199
)
BSD portability fix
author
Mark Spencer
<markster@digium.com>
Tue, 2 Mar 2004 22:53:08 +0000
(22:53 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 2 Mar 2004 22:53:08 +0000
(22:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2297
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
aesopt.h
patch
|
blob
|
history
diff --git
a/aesopt.h
b/aesopt.h
index
60675e4
..
799c8a6
100755
(executable)
--- 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>