From 9a2a55a252a0c456b8a18a79da1d55eb1393329c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Wed, 22 Oct 2014 16:04:06 +0200 Subject: [PATCH] Reinclude tm_tag.h in tm_workspace.c To make Colomban happy. --- tagmanager/src/tm_workspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagmanager/src/tm_workspace.c b/tagmanager/src/tm_workspace.c index ef4a606a..d45d14e6 100644 --- a/tagmanager/src/tm_workspace.c +++ b/tagmanager/src/tm_workspace.c @@ -33,7 +33,7 @@ #include #include "tm_workspace.h" - +#include "tm_tag.h" static TMWorkspace *theWorkspace = NULL;