aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-09 15:56:55 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-09 15:56:55 +0000
commitfc9cd201e458ce16357e18beef84e7d4fad0285c (patch)
treeb067c3a2290e9f7c1296bc983bcfc58d2479236a /tests
parent0eb1e5407a6eacd46d98e134dc81e8b857c103b7 (diff)
Fix some compiler errors that popped up after the CCSS merge.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@256529 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gosub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_gosub.c b/tests/test_gosub.c
index 75c09f8ce..c2b510367 100644
--- a/tests/test_gosub.c
+++ b/tests/test_gosub.c
@@ -37,6 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/test.h"
#include "asterisk/pbx.h"
+#include "asterisk/channel.h"
AST_TEST_DEFINE(test_gosub)
{