summaryrefslogtreecommitdiff
path: root/packages/gcc/9.4.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
blob: 3040e23c37c6fbeba9e3636a5a1cbb55085360b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
 libcc1/connection.cc |    1 +
 1 file changed, 1 insertion(+)

--- a/libcc1/connection.cc
+++ b/libcc1/connection.cc
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3.
 #include <string>
 #include <unistd.h>
 #include <sys/types.h>
+#include <sys/select.h>
 #include <string.h>
 #include <errno.h>
 #include "marshall.hh"