From 963e0f4f8b34f66e9c0718de1f0ab762495d8c16 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 11 Nov 2005 16:02:56 +0000 Subject: issue #5713 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7074 f38db490-d61c-443f-a65b-d21fe96a405b --- ChangeLog | 4 ++++ channels/chan_iax2.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 045906116..190545f99 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 c6df0fd3d..bf363848b 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 -- cgit v1.2.3