pkgsrc-ng/cross/arm-none-eabi-gcc5/patches/patch-libcc1_connection.cc
2016-11-18 22:39:22 +01:00

13 lines
384 B
C++

$NetBSD: patch-libcc1_connection.cc,v 1.1 2015/12/10 03:02:16 joerg 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"