From cdf79750c0bd61a85ddc16f895f3458a2189f0ed Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 25 Jul 2005 18:34:40 +0000 Subject: squash a warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6196 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_callerid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'funcs') 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) { -- cgit v1.2.3