Jelajahi Sumber

Correcting import due to compiler warning (#4613)

vakhet 5 tahun lalu
induk
melakukan
cdce4cd794
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"