Explorar el Código

PlayeRcomponent: unistd.h is not available on Windows

Vincent Lang hace 7 años
padre
commit
ff461e4ee1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>