From 5391b104f85cfb627a7b9dad575bdd7afead4063 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 4 Nov 2009 22:28:49 +0000 Subject: include cstring for memcopy fixes build error on newer systems builds with boost 1.40 now --- src/sysExec.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sysExec.cpp') diff --git a/src/sysExec.cpp b/src/sysExec.cpp index 2580828..49c0cae 100644 --- a/src/sysExec.cpp +++ b/src/sysExec.cpp @@ -46,6 +46,7 @@ #include #include #include +#include void anytun_exec(std::string const& script) { -- cgit v1.2.3