From e87e5c912e690d1e89b91bfc59fcad9438484639 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 15:43:10 +0000 Subject: add version string to all tools, visible using "strings" for now git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4346 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_scan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dahdi_scan.c') diff --git a/dahdi_scan.c b/dahdi_scan.c index 5f7fe48..ee7d5c9 100644 --- a/dahdi_scan.c +++ b/dahdi_scan.c @@ -36,6 +36,8 @@ #include +#include "version.h" + int main(int argc, char *argv[]) { int ctl; -- cgit v1.2.3