cec: clean ups and only include what we need from lib/platform.
[deb_libcec.git] / src / lib / platform / threads / mutex.h
index 2c2b5c569819a669353712c1968cfa14bab9cbae..38055f9bf8cbbb19a9632972e83029a186d9716b 100644 (file)
  *     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