diff options
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; |