projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix some bad locking stemming from trying to forward a call to a non-existent
[asterisk/asterisk.git]
/
tests
/
test_skel.c
diff --git
a/tests/test_skel.c
b/tests/test_skel.c
index
9f80086
..
86a1758
100644
(file)
--- a/
tests/test_skel.c
+++ b/
tests/test_skel.c
@@
-40,6
+40,7
@@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/lock.h"
#include "asterisk/app.h"
+#include "asterisk/cli.h"
static int unload_module(void)
{