aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 18:34:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 18:34:40 +0000
commitcb335c54bd7371eddd819a352b1f7d65c93b92ac (patch)
treeb421833bb91b9edff13b138ddbc480dcca92a6ba /funcs
parentc39430ece6c287c805c8d767ff0be9c1c324c140 (diff)
squash a warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6196 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rwxr-xr-xfuncs/func_callerid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index 3f8122a44..b5cb68490 100755
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -26,6 +26,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/app.h"
#include "asterisk/options.h"
+#include "asterisk/callerid.h"
static char *callerid_read(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
{