dect
/
asterisk
Archived
13
0
Fork 0

Add commonly used include headers

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@889 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-04-23 19:09:13 +00:00
parent 5276c25427
commit cdb0b6b8a3
20 changed files with 20 additions and 2 deletions

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -13,6 +13,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/options.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -14,6 +14,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>

View File

@ -14,6 +14,7 @@
*
*/
#include <sys/types.h>
#include <asterisk/channel.h>
#include <asterisk/cdr.h>
#include <asterisk/module.h>

View File

@ -10,7 +10,7 @@
*
*/
#include <sys/types.h>
#include <asterisk/config.h>
#include <asterisk/options.h>
#include <asterisk/channel.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <string.h>
#include <netinet/in.h>

1
dsp.c
View File

@ -28,6 +28,7 @@
detriment.
*/
#include <sys/types.h>
#include <asterisk/frame.h>
#include <asterisk/channel.h>
#include <asterisk/channel_pvt.h>

1
file.c
View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/frame.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/channel.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/pbx.h>
#include <asterisk/config.h>
#include <asterisk/module.h>

View File

@ -19,7 +19,7 @@
* linked (see the Makefile)
*/
#include <sys/types.h>
#include <asterisk/pbx.h>
#include <asterisk/config.h>
#include <asterisk/module.h>

View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/channel.h>
#include <asterisk/logger.h>

1
say.c
View File

@ -11,6 +11,7 @@
* the GNU General Public License
*/
#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/channel.h>
#include <asterisk/logger.h>