浏览代码

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

kenton@google.com 15 年之前
父节点
当前提交
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