diff options
Diffstat (limited to 'cross/arm-none-eabi-gcc/patches/patch-libcc1_connection.cc')
-rw-r--r-- | cross/arm-none-eabi-gcc/patches/patch-libcc1_connection.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cross/arm-none-eabi-gcc/patches/patch-libcc1_connection.cc b/cross/arm-none-eabi-gcc/patches/patch-libcc1_connection.cc new file mode 100644 index 00000000000..458d6a6ff75 --- /dev/null +++ b/cross/arm-none-eabi-gcc/patches/patch-libcc1_connection.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-libcc1_connection.cc,v 1.1 2016/10/19 12:48:26 ryoon Exp $ + +--- libcc1/connection.cc.orig 2014-11-13 10:22:22.000000000 +0000 ++++ libcc1/connection.cc +@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. + #include <sys/types.h> + #include <string.h> + #include <errno.h> ++#include <sys/select.h> + #include "marshall.hh" + #include "connection.hh" + #include "rpc.hh" |