summaryrefslogtreecommitdiff
path: root/zttool.c
diff options
context:
space:
mode:
authortilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-08 21:48:03 +0000
committertilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-08 21:48:03 +0000
commitfa06a0de0ed629daf50468dddbf49ff5148365bd (patch)
treee8eb07fc40fb64fbdd9e968dec3687f46d9b009d /zttool.c
parent5d10f6c90c967be04c590c2248e48dd4355f261b (diff)
Add dependency on newt
Reported by: dimas Patch by: tilghman Closes issue #11199 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3221 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zttool.c')
-rw-r--r--zttool.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zttool.c b/zttool.c
index 8b7fda6..2428883 100644
--- a/zttool.c
+++ b/zttool.c
@@ -28,6 +28,10 @@
*
*/
+/*** MODULEINFO
+ <depend>newt</depend>
+ ***/
+
#include <stdio.h>
#include <getopt.h>
#include <string.h>