Przeglądaj źródła

Correcting import due to compiler warning (#4613)

vakhet 5 lat temu
rodzic
commit
cdce4cd794
1 zmienionych plików z 1 dodań i 1 usunięć
  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"