]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixing the build...
authorMark Michelson <mmichelson@digium.com>
Wed, 5 Sep 2007 15:19:47 +0000 (15:19 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 5 Sep 2007 15:19:47 +0000 (15:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81525 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 1dcc40740be4f931c567933d58f15529a45975a8..68f7203ca98267bb24943c3f9ab0fea86d8290e0 100644 (file)
@@ -3633,6 +3633,7 @@ static int queue_function_qac(struct ast_channel *chan, char *cmd, char *data, c
        int count = 0;
        struct call_queue *q;
        struct ast_module_user *lu;
+       struct member *m;
 
        buf[0] = '\0';