Эх сурвалжийг харах

Add missing include (that apparently didn't break anything on most platforms).

kenton@google.com 15 жил өмнө
parent
commit
4844368346

+ 1 - 0
src/google/protobuf/compiler/subprocess.cc

@@ -34,6 +34,7 @@
 
 
 #ifndef _WIN32
 #ifndef _WIN32
 #include <errno.h>
 #include <errno.h>
+#include <sys/select.h>
 #include <sys/wait.h>
 #include <sys/wait.h>
 #include <signal.h>
 #include <signal.h>
 #endif
 #endif