From: Mark Spencer Date: Tue, 2 Mar 2004 22:53:08 +0000 (+0000) Subject: BSD portability fix X-Git-Tag: 1.0.0-rc1~1015 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=231dbeea61a4a8ef2933593e3c811f33c8893fe8;p=thirdparty%2Fasterisk.git BSD portability fix git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2297 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/aesopt.h b/aesopt.h index 60675e418f..799c8a694d 100755 --- a/aesopt.h +++ b/aesopt.h @@ -149,6 +149,7 @@ /* PLATFORM SPECIFIC INCLUDES */ #if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) +# include # include #elif defined( BSD ) && ( BSD >= 199103 ) # include