浏览代码

PlayeRcomponent: unistd.h is not available on Windows

Vincent Lang 7 年之前
父节点
当前提交
ff461e4ee1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/player/PlayerComponent.cpp

+ 3 - 0
src/player/PlayerComponent.cpp

@@ -20,7 +20,10 @@
 #include <math.h>
 #include <string.h>
 #include <shared/Paths.h>
+
+#if !defined(Q_OS_WIN)
 #include <unistd.h>
+#endif
 
 #ifdef TARGET_RPI
 #include <bcm_host.h>