aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-21 03:53:19 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-21 03:53:19 +0000
commit61303f75a847b8d0673e284974fae2c9f10dd901 (patch)
tree729f16e1a204fa9fc83977c13f906141dd501817 /channels
parentf36de042adeff1e1ab6c153b657c41219b2cf3fb (diff)
include stat.h for everybody, needed for device2chan
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278361 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index be237eaf1..eae6ceb96 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -53,11 +53,11 @@ 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
#include <sys/ioctl.h>
+#include <sys/stat.h>
#include <math.h>
#include <ctype.h>