diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-18 04:10:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-18 04:10:01 +0000 |
commit | 2af69b14e60dcc6fa28507180c0c63b6c08076f5 (patch) | |
tree | bbd8fb9014e991057ac98e4ef378a24df4d17a73 /benchmarks/super-smack/files/patch-src_dictionary.h | |
parent | benchmarks/dkftpbench: fix build on GCC (taken from dports) (diff) |
benchmarks/super-smack: fix build for GCC and DF (taken from dports)
Diffstat (limited to 'benchmarks/super-smack/files/patch-src_dictionary.h')
-rw-r--r-- | benchmarks/super-smack/files/patch-src_dictionary.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/super-smack/files/patch-src_dictionary.h b/benchmarks/super-smack/files/patch-src_dictionary.h new file mode 100644 index 000000000000..a93884507716 --- /dev/null +++ b/benchmarks/super-smack/files/patch-src_dictionary.h @@ -0,0 +1,10 @@ +--- src/dictionary.h.orig 2003-05-15 00:14:52 UTC ++++ src/dictionary.h +@@ -22,6 +22,7 @@ using namespace std; + #include "../config.h" + + #include <string> ++#include <cstring> + #include <vector> + #include <time.h> + #include <stdlib.h> |