diff options
author | Nikolaus Klepp <office@klepp.biz> | 2015-05-05 21:47:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-05-05 21:47:55 +0200 |
commit | c23ca441d8c20c4b781b67148554428977034bce (patch) | |
tree | 331e0649b5e62bf1e08d379d9977a5bea19e837e /mcop/unixserver.cc | |
parent | aed034d05d59f95e9208d1670b398b0973ee59f0 (diff) | |
download | arts-c23ca441d8c20c4b781b67148554428977034bce.tar.gz arts-c23ca441d8c20c4b781b67148554428977034bce.zip |
Fix FTBFS on freebsd
This resolves Bug 2428
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 31a6127eecfb7d905939734091f6a7b6379ffc75)
Diffstat (limited to 'mcop/unixserver.cc')
-rw-r--r-- | mcop/unixserver.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcop/unixserver.cc b/mcop/unixserver.cc index 9c13ab2..acb3496 100644 --- a/mcop/unixserver.cc +++ b/mcop/unixserver.cc @@ -40,6 +40,7 @@ #include <unistd.h> #include <stdio.h> #include <errno.h> +#include <string.h> using namespace std; using namespace Arts; |