From: Jeff Peeler Date: Wed, 21 Jul 2010 03:53:19 +0000 (+0000) Subject: include stat.h for everybody, needed for device2chan X-Git-Tag: 11.0.0-beta1~2601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b0bf0f2de48313b022cbf6560805ea5727aee3;p=thirdparty%2Fasterisk.git include stat.h for everybody, needed for device2chan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278361 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index be237eaf1f..eae6ceb969 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 #include -#include #else #include #endif #include +#include #include #include