aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 15:09:12 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 15:09:12 +0000
commitbeab21ba11ba389636a22f88201e8c958bd272ec (patch)
tree5ffbe3778cc35992a388ec3592660fb7c67e6cab /tests
parent9acb1a538e440db1d2411547dc4ff903045d45d0 (diff)
The irony of not compile-testing a test program before committing is killing me.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@242317 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sched.c b/tests/test_sched.c
index 4febcdf2d..bf5b41b71 100644
--- a/tests/test_sched.c
+++ b/tests/test_sched.c
@@ -37,6 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/sched.h"
#include "asterisk/test.h"
+#include "asterisk/cli.h"
static int sched_cb(const void *data)
{