From: Richard Mudgett Date: Tue, 23 Jul 2013 18:41:18 +0000 (+0000) Subject: Reinclude sys/stat.h in chan_dahdi.c and remove redundant include in utils.c X-Git-Tag: 13.0.0-beta1~1433 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e26d4ec83a6a721d0e100c1a8dcc9cdecac096d8;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 2acb1e7a2b..a3a16c8294 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -62,6 +62,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #else #include #endif +#include #include #include "sig_analog.h" diff --git a/main/utils.c b/main/utils.c index a487d55636..91e0a2ced5 100644 --- a/main/utils.c +++ b/main/utils.c @@ -34,7 +34,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#include #include #include #if defined(__APPLE__)