summaryrefslogtreecommitdiff
path: root/server/src/macrolist.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macrolist.h')
-rw-r--r--server/src/macrolist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/macrolist.h b/server/src/macrolist.h
index 9b9b0d2..6460f8b 100644
--- a/server/src/macrolist.h
+++ b/server/src/macrolist.h
@@ -31,6 +31,7 @@
#include <map>
#include <string>
#include "versionstr.h"
+#include "mutex.h"
#include "exception.h"
@@ -66,6 +67,7 @@ public:
std::string getLatestVersion(std::string macro) throw(Exception);
private:
+ Mutex mutex;
std::string macropath;
};