aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-09 15:56:55 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-09 15:56:55 +0000
commitfc9cd201e458ce16357e18beef84e7d4fad0285c (patch)
treeb067c3a2290e9f7c1296bc983bcfc58d2479236a /funcs
parent0eb1e5407a6eacd46d98e134dc81e8b857c103b7 (diff)
Fix some compiler errors that popped up after the CCSS merge.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@256529 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-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">