cec: stick some interfaces before the pthread stuff, so we can add other implementati...
[deb_libcec.git] / src / lib / platform / os-dependent.h
index 3ea7cb4483e4174ea4ba55fa65fe5e9af8ebc09e..90e42abb82de83ecfb4aa5fe6a7cf90da4776a42 100644 (file)
@@ -27,7 +27,7 @@
 #if defined(__WINDOWS__)
 #include "windows/os_windows.h"
 #else
-#include "linux/os_posix.h"
+#include "posix/os_posix.h"
 #endif
 
 #if !defined(TRUE)
@@ -37,3 +37,5 @@
 #if !defined(FALSE)
 #define FALSE 0
 #endif
+
+#include "timeutils.h"