mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
13 lines
384 B
C++
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"
|