blob: 4e48955aa8ad2a3b5005f031ef35c52d769f483b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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;
|