From: Russell Bryant Date: Mon, 25 Jul 2005 18:34:40 +0000 (+0000) Subject: squash a warning X-Git-Tag: 1.2.0-beta1~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdf79750c0bd61a85ddc16f895f3458a2189f0ed;p=thirdparty%2Fasterisk.git squash a warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6196 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c index 3f8122a44c..b5cb68490b 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) {