summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-07-23 18:41:18 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-07-23 18:41:18 +0000
commite26d4ec83a6a721d0e100c1a8dcc9cdecac096d8 (patch)
tree23870ac3e547d497093d248dc22df6f4867c87dd /channels/chan_dahdi.c
parentb4dd4ffbc4669c1f20d1605ca670cfc65befc87d (diff)
Reinclude sys/stat.h in chan_dahdi.c and remove redundant include in utils.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 2acb1e7a2..a3a16c829 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -62,6 +62,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#else
#include <sys/signal.h>
#endif
+#include <sys/stat.h>
#include <math.h>
#include "sig_analog.h"