diff options
Diffstat (limited to 'mcop')
-rw-r--r-- | mcop/tcpconnection.cc | 1 | ||||
-rw-r--r-- | mcop/unixconnection.cc | 1 | ||||
-rw-r--r-- | mcop/unixserver.cc | 1 |
3 files changed, 3 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; diff --git a/mcop/unixconnection.cc b/mcop/unixconnection.cc index 40247c4..38464d3 100644 --- a/mcop/unixconnection.cc +++ b/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; 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; |