mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-06 21:08:42 +00:00
c4efcd7eaa
Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>
15 lines
333 B
Diff
15 lines
333 B
Diff
---
|
|
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"
|