X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fwindows%2Fos_windows.h;h=b35a89101508d6cf88c8b3f930d5005036e1b39c;hb=6f14b51266d3af3f215171a4a5fca5be011c023e;hp=ae17d63b6537e93d09bbce38fd9f4659ceef7ae5;hpb=a9056daaa4fa20d8048be09ff9dba8b392c7d3d8;p=deb_libcec.git diff --git a/src/lib/platform/windows/os_windows.h b/src/lib/platform/windows/os_windows.h index ae17d63..b35a891 100644 --- a/src/lib/platform/windows/os_windows.h +++ b/src/lib/platform/windows/os_windows.h @@ -24,7 +24,10 @@ #include #pragma warning(default:4005) +#if defined(_WIN32) #include "../pthread_win32/pthread.h" +#include "../pthreads.h" +#endif #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64 # define __USE_FILE_OFFSET64 1