Attempt to fix a FreeBSD build error by including sys/stat.h.
authorRussell Bryant <russell@russellbryant.com>
Thu, 10 Jun 2010 00:32:31 +0000 (00:32 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 10 Jun 2010 00:32:31 +0000 (00:32 +0000)
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

channels/chan_dahdi.c

index 5df6dae..9ce0d3c 100644 (file)
@@ -53,6 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #if defined(__NetBSD__) || defined(__FreeBSD__)
 #include <pthread.h>
 #include <signal.h>
+#include <sys/stat.h>
 #else
 #include <sys/signal.h>
 #endif