From ed719c80e75f36475626233207a530de2659a063 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 6 Jan 2013 16:13:35 -0500 Subject: Buggy compilers are buggy --- modules/commands/hs_request.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 6cd2e6811..a5dcfc4cc 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -18,6 +18,8 @@ #include "module.h" #include "memoserv.h" +static ServiceReference MemoServService("MemoServService", "MemoServ"); + static bool HSRequestMemoUser = false; static bool HSRequestMemoOper = false; -- cgit