X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fthreads%2Fmutex.h;h=38055f9bf8cbbb19a9632972e83029a186d9716b;hb=ba65909d0a9c43a1bac71c6182c53f202285cec5;hp=2c2b5c569819a669353712c1968cfa14bab9cbae;hpb=102120cb9d6b3c723ed44b22ae1c97cb160e0bcc;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