From: Tilghman Lesher Date: Fri, 22 Jan 2010 15:09:12 +0000 (+0000) Subject: The irony of not compile-testing a test program before committing is killing me. X-Git-Tag: 11.0.0-beta1~3545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f4f6aa3d9138de265cf4aca5089f1464f32c97;p=thirdparty%2Fasterisk.git 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 --- diff --git a/tests/test_sched.c b/tests/test_sched.c index 4febcdf2db..bf5b41b712 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) {