From ae7b76a1b9bcdb80b2e62ae66b3ec2e6b06ed4cb Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 9 Apr 2010 15:56:55 +0000 Subject: Fix some compiler errors that popped up after the CCSS merge. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256529 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_srv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'funcs/func_srv.c') diff --git a/funcs/func_srv.c b/funcs/func_srv.c index 339a0284b..9715a276c 100644 --- a/funcs/func_srv.c +++ b/funcs/func_srv.c @@ -31,6 +31,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/srv.h" #include "asterisk/pbx.h" #include "asterisk/app.h" +#include "asterisk/datastore.h" +#include "asterisk/channel.h" /*** DOCUMENTATION -- cgit v1.2.3