blob: 8dfb9632deea06b7f1062584467b5b658f3ec50a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ak,v 1.1 2009/09/19 21:13:22 tnn Exp $
--- mcop/tcpconnection.cc.orig 2008-02-13 10:35:23.000000000 +0100
+++ mcop/tcpconnection.cc
@@ -35,6 +35,7 @@
#include <errno.h>
#include "debug.h"
#include <stdlib.h>
+#include <string.h>
using namespace std;
using namespace Arts;
|