mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
$NetBSD: patch-al,v 1.1 2009/09/19 21:13:22 tnn Exp $
|
|
|
|
--- mcop/unixconnection.cc.orig 2008-02-13 10:35:23.000000000 +0100
|
|
+++ mcop/unixconnection.cc
|
|
@@ -29,6 +29,7 @@
|
|
#include <sys/un.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
using namespace std;
|
|
using namespace Arts;
|