summaryrefslogtreecommitdiff
path: root/core/os/thread_safe.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/thread_safe.h')
-rw-r--r--core/os/thread_safe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/thread_safe.h b/core/os/thread_safe.h
index f0876f38a1..a17ceeed1d 100644
--- a/core/os/thread_safe.h
+++ b/core/os/thread_safe.h
@@ -31,7 +31,7 @@
#ifndef THREAD_SAFE_H
#define THREAD_SAFE_H
-#include "os/mutex.h"
+#include "core/os/mutex.h"
class ThreadSafe {