]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Reinclude sys/stat.h in chan_dahdi.c and remove redundant include in utils.c
authorRichard Mudgett <rmudgett@digium.com>
Tue, 23 Jul 2013 18:41:18 +0000 (18:41 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 23 Jul 2013 18:41:18 +0000 (18:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395182 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_dahdi.c
main/utils.c

index 2acb1e7a2bc7eb60199649c97e553343836b5b96..a3a16c8294c10ca38e53646ff756940af0295af0 100644 (file)
@@ -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"
index a487d556367f7d3515d2b9f2050534a2d499acff..91e0a2ced5a3bb89046125652fe3356648e5fdb5 100644 (file)
@@ -34,7 +34,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <ctype.h>
 #include <fcntl.h>
 #include <sys/stat.h>
-#include <sys/stat.h>
 #include <sys/syscall.h>
 #include <unistd.h>
 #if defined(__APPLE__)