pkgsrc/cross/aarch64-none-elf-gcc/patches/patch-libcc1_connection.cc
jmcneill bba2568f70 Add cross-aarch64-none-elf-gcc version 7.2.0
GCC for bare metal AArch64 ELF environment with newlib.
2017-09-01 20:56:43 +00:00

12 lines
387 B
C++

$NetBSD: patch-libcc1_connection.cc,v 1.1 2017/09/01 20:56:43 jmcneill 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"