mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
issue #5713
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7074 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
* \ingroup channel_drivers
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
@@ -36,14 +39,11 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user