summaryrefslogtreecommitdiff
path: root/funcs/func_srv.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-04-09 15:56:55 +0000
committerMark Michelson <mmichelson@digium.com>2010-04-09 15:56:55 +0000
commitae7b76a1b9bcdb80b2e62ae66b3ec2e6b06ed4cb (patch)
treeb067c3a2290e9f7c1296bc983bcfc58d2479236a /funcs/func_srv.c
parente24661fd18d0781947629b8489d74efe3771d1dd (diff)
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
Diffstat (limited to 'funcs/func_srv.c')
-rw-r--r--funcs/func_srv.c2
1 files changed, 2 insertions, 0 deletions
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
<function name="SRVQUERY" language="en_US">