aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 16:50:46 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 16:50:46 +0000
commitdf1efba447282140bf59c63eb152e3b445180d5e (patch)
tree3995cd91fd92913cb9a8174559cb2efed9e5d979 /main
parent2fd6d65504ad48784a19ef212f370e61d59e2125 (diff)
Add prototype for ast_dsp_frame_freed. I'm not sure how this was
compiling before... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114211 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/frame.c b/main/frame.c
index d2240efb0..45dafeb3d 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -44,6 +44,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/threadstorage.h"
#include "asterisk/linkedlists.h"
#include "asterisk/translate.h"
+#include "asterisk/dsp.h"
#ifdef TRACE_FRAMES
static int headers;