pkgsrc/cross/arm-none-eabi-gcc/patches/patch-libcc1_connection.cc
ryoon 23a469a068 Import cross-arm-none-eabi-gcc-6.2.0 as cross/arm-none-eabi-gcc.
GCC for bare metal ARM EABI environment with newlib.
2016-10-19 12:48:25 +00:00

12 lines
384 B
C++

$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"