X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fthreads%2Fmutex.h;h=38055f9bf8cbbb19a9632972e83029a186d9716b;hb=3d78df91b40ec5020b312fff1ff0c3abe1524948;hp=2c2b5c569819a669353712c1968cfa14bab9cbae;hpb=ee2304ce39c4a1249967913f61216e2a338bf08c;p=deb_libcec.git diff --git a/src/lib/platform/threads/mutex.h b/src/lib/platform/threads/mutex.h index 2c2b5c5..38055f9 100644 --- a/src/lib/platform/threads/mutex.h +++ b/src/lib/platform/threads/mutex.h @@ -31,6 +31,14 @@ * http://www.pulse-eight.net/ */ +#include "../os.h" + +#if defined(__WINDOWS__) +#include "../windows/os-threads.h" +#else +#include "../posix/os-threads.h" +#endif + namespace PLATFORM { class PreventCopy