Add commonly used include headers

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-23 19:09:13 +00:00
parent f5652e5d4e
commit 89e0dd94a2
20 changed files with 20 additions and 2 deletions

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>