diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-27 17:34:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-27 17:34:13 +0000 |
commit | 0add8117f175a633289e892a829ee8fd2eec1ad6 (patch) | |
tree | c5db2db492bbf22e4d1a50999cb04a683d659e79 /www/dtse/files/patch-Search.hpp | |
parent | - Update to 2.1.3 (diff) |
- Fix build with clang
PR: 163731
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'www/dtse/files/patch-Search.hpp')
-rw-r--r-- | www/dtse/files/patch-Search.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/dtse/files/patch-Search.hpp b/www/dtse/files/patch-Search.hpp new file mode 100644 index 000000000000..7a7325e5374f --- /dev/null +++ b/www/dtse/files/patch-Search.hpp @@ -0,0 +1,10 @@ +--- ./Search.hpp.orig 2008-08-23 04:00:12.000000000 -0700 ++++ ./Search.hpp 2011-12-30 17:37:16.000000000 -0800 +@@ -65,6 +65,7 @@ + #include <queue> + #include <cstdlib> + #include <cstdio> ++#include <cstring> + #include <climits> + #include <ctime> + #include <cctype> |