summaryrefslogtreecommitdiff
path: root/packages/gcc/8.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
blob: 5f9a07a2b51a240550ede88154b2c12b5e36b994 (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 @@
 #include <string>
 #include <unistd.h>
 #include <sys/types.h>
+#include <sys/select.h>
 #include <string.h>
 #include <errno.h>
 #include "marshall.hh"