summaryrefslogtreecommitdiffstats
path: root/mcop/tcpconnection.cc
diff options
context:
space:
mode:
authorNikolaus Klepp <office@klepp.biz>2015-05-05 21:47:07 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-05-05 21:47:07 +0200
commit31a6127eecfb7d905939734091f6a7b6379ffc75 (patch)
tree3d09c97db1ec70460813544f6df1fa2e1635ba1b /mcop/tcpconnection.cc
parent0b75ac26396b770162f3b7aa900091728163f901 (diff)
downloadarts-31a6127eecfb7d905939734091f6a7b6379ffc75.tar.gz
arts-31a6127eecfb7d905939734091f6a7b6379ffc75.zip
Fix FTBFS on freebsd
This resolves Bug 2428 Signed-off-by: Nikolaus Klepp <office@klepp.biz>
Diffstat (limited to 'mcop/tcpconnection.cc')
-rw-r--r--mcop/tcpconnection.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcop/tcpconnection.cc b/mcop/tcpconnection.cc
index e87fde5..722ed2c 100644
--- a/mcop/tcpconnection.cc
+++ b/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;