Explorar o código

Correcting import due to compiler warning (#4613)

vakhet %!s(int64=5) %!d(string=hai) anos
pai
achega
cdce4cd794
Modificáronse 1 ficheiros con 1 adicións e 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"