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:
90ac07c
)
Attempt to fix a FreeBSD build error by including sys/stat.h.
author
Russell Bryant
<russell@russellbryant.com>
Thu, 10 Jun 2010 00:32:31 +0000
(
00:32
+0000)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/channels/chan_dahdi.c
b/channels/chan_dahdi.c
index
5df6dae
..
9ce0d3c
100644
(file)
--- 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 <pthread.h>
#include <signal.h>
+#include <sys/stat.h>
#else
#include <sys/signal.h>
#endif