bba2568f70
GCC for bare metal AArch64 ELF environment with newlib.
12 lines
387 B
C++
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"
|