diff options
author | Othmar Gsenger <otti@anytun.org> | 2009-11-04 22:28:49 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2009-11-04 22:28:49 +0000 |
commit | 5391b104f85cfb627a7b9dad575bdd7afead4063 (patch) | |
tree | 6f69137c2d87192e59bca6a4fcc357ee25aed952 /src/sysExec.cpp | |
parent | fixed 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.cpp | 1 |
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) { |