summaryrefslogtreecommitdiff
path: root/tests/test_sched.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-01-22 15:09:12 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-01-22 15:09:12 +0000
commitf9f4f6aa3d9138de265cf4aca5089f1464f32c97 (patch)
tree5ffbe3778cc35992a388ec3592660fb7c67e6cab /tests/test_sched.c
parent64b76fa41a19721385f9e82ef5911c5f90ca984e (diff)
The irony of not compile-testing a test program before committing is killing me.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_sched.c')
-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)
{