aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Posix/Thread.h
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-03-03 10:12:35 +0300
committerMikhail Romanko <me@blankhex.com>2025-03-03 10:25:45 +0300
commitfe2f39d489a1b5fd9130ce7306f94ae7eacc2ce1 (patch)
tree13b7290e461b8be0045422a03e2e054cf6f9bc87 /src/Platform/Posix/Thread.h
parentd403d41f2c54ca382d3a1be17491fdf94097c693 (diff)
downloadbhlib-fe2f39d489a1b5fd9130ce7306f94ae7eacc2ce1.tar.gz
Move include from BH/Thread.h to impls' Thread.h
Diffstat (limited to 'src/Platform/Posix/Thread.h')
-rw-r--r--src/Platform/Posix/Thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform/Posix/Thread.h b/src/Platform/Posix/Thread.h
index 69c6c0f..5cf48ed 100644
--- a/src/Platform/Posix/Thread.h
+++ b/src/Platform/Posix/Thread.h
@@ -2,6 +2,7 @@
#define BH_PLATFORM_POSIX_THREAD_H
+#include <BH/Thread.h>
#include <pthread.h>
#include <semaphore.h>