From: Kevin P. Fleming Date: Fri, 11 Nov 2005 16:02:56 +0000 (+0000) Subject: issue #5713 X-Git-Tag: 1.2.0-rc2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36315b865b3c153bf0cf04af4651fc8c469e88d1;p=thirdparty%2Fasterisk.git issue #5713 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7074 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/ChangeLog b/ChangeLog index 045906116a..190545f996 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-11 Kevin P. Fleming + + * channels/chan_iax2.c: ensure that system headers that provide basic types are included first (issue #5713) + 2005-11-11 Russell Bryant * many files in apps/: Clean up application descriptions. Clarify some wording and make sure they wrap at 80 characters. diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index c6df0fd3df..bf363848b4 100755 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -26,6 +26,9 @@ * \ingroup channel_drivers */ +#include +#include +#include #include #include #include @@ -36,14 +39,11 @@ #include #include #include -#include -#include #include #include #include #include #include -#include #include #include #ifdef IAX_TRUNKING