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
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>