Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/framework/cache.h')
-rw-r--r--agent/tcf/framework/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/tcf/framework/cache.h b/agent/tcf/framework/cache.h
index 5d1e58fe..60248fdc 100644
--- a/agent/tcf/framework/cache.h
+++ b/agent/tcf/framework/cache.h
@@ -99,7 +99,7 @@
#ifndef D_cache
#define D_cache
-#include <framework/channel.h>
+#include <tcf/framework/channel.h>
typedef void CacheClient(void *);

Back to the top