summaryrefslogtreecommitdiff
path: root/src/sysExec.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-11-04 22:28:49 +0000
committerOthmar Gsenger <otti@anytun.org>2009-11-04 22:28:49 +0000
commit5391b104f85cfb627a7b9dad575bdd7afead4063 (patch)
tree6f69137c2d87192e59bca6a4fcc357ee25aed952 /src/sysExec.cpp
parentfixed copyright (diff)
include cstring for memcopy
fixes build error on newer systems builds with boost 1.40 now
Diffstat (limited to 'src/sysExec.cpp')
-rw-r--r--src/sysExec.cpp1
1 files changed, 1 insertions, 0 deletions
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 <sys/select.h>
#include <stdlib.h>
#include <string.h>
+#include <cstring>
void anytun_exec(std::string const& script)
{