aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_txtcidname.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-03 05:22:21 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-03 05:22:21 +0000
commitae4b09069fc70254f3d4cc8b3e6ee35dca3a9e40 (patch)
tree713f97e6513e90516d5ee4e69e7c92fb6b22ed93 /apps/app_txtcidname.c
parentbf73a8baa85cd114a64397b09012ab05e3fa41ca (diff)
add utils.h include. Bug #1965
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3379 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_txtcidname.c')
-rwxr-xr-xapps/app_txtcidname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_txtcidname.c b/apps/app_txtcidname.c
index 1aa151450..a727e187c 100755
--- a/apps/app_txtcidname.c
+++ b/apps/app_txtcidname.c
@@ -20,6 +20,7 @@
#include <asterisk/config.h>
#include <asterisk/module.h>
#include <asterisk/enum.h>
+#include <asterisk/utils.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>