فهرست منبع

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

kenton@google.com 16 سال پیش
والد
کامیت
4844368346
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/google/protobuf/compiler/subprocess.cc

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

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