+2005-11-11 Kevin P. Fleming <kpfleming@digium.com>
+
+ * channels/chan_iax2.c: ensure that system headers that provide basic types are included first (issue #5713)
+
2005-11-11 Russell Bryant <russell@digium.com>
* many files in apps/: Clean up application descriptions. Clarify some wording and make sure they wrap at 80 characters.
* \ingroup channel_drivers
*/
+#include <stdlib.h>
+#include <stdio.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <arpa/inet.h>
#include <dirent.h>
#include <sys/time.h>
#include <sys/signal.h>
#include <signal.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <netdb.h>
#include <fcntl.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <regex.h>
#ifdef IAX_TRUNKING