Explorar el Código

Correcting import due to compiler warning (#4613)

vakhet hace 5 años
padre
commit
cdce4cd794
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/cli.cpp

+ 1 - 1
src/common/cli.cpp

@@ -10,7 +10,7 @@
 #ifdef WIN32
 	#include <conio.h>
 #else
-	#include <sys/poll.h>
+	#include <poll.h>
 #endif
 
 #include "cbasetypes.hpp"