From: Russell Bryant Date: Thu, 10 Jun 2010 00:32:31 +0000 (+0000) Subject: Attempt to fix a FreeBSD build error by including sys/stat.h. X-Git-Tag: 11.0.0-beta1~2857 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f92f95530b5ef609fdfb0505e9553b5113679de;p=thirdparty%2Fasterisk.git Attempt to fix a FreeBSD build error by including sys/stat.h. http://bamboo.asterisk.org/download/AST-TRUNKFREEBSD/build_logs/AST-TRUNKFREEBSD-187.log git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269602 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 5df6dae0c6..9ce0d3ccd0 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -53,6 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #if defined(__NetBSD__) || defined(__FreeBSD__) #include #include +#include #else #include #endif