aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_dahdi.c')
-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>