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) {