diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 03:37:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 03:37:46 +0000 |
commit | 2b6afa6c1a249edee3dc8ef2ad53fab0db9c9503 (patch) | |
tree | 5c2b1b939f496c5522547194b7745eedde82f77c /devel/devtodo/files/patch-util::Regex.h | |
parent | fix duplicate pre-configure. (diff) |
Fix build with gcc3.3
Diffstat (limited to '')
-rw-r--r-- | devel/devtodo/files/patch-util::Regex.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/devtodo/files/patch-util::Regex.h b/devel/devtodo/files/patch-util::Regex.h new file mode 100644 index 000000000000..ff06fa58fe86 --- /dev/null +++ b/devel/devtodo/files/patch-util::Regex.h @@ -0,0 +1,10 @@ +--- util/Regex.h.orig Thu Jul 17 20:31:31 2003 ++++ util/Regex.h Thu Jul 17 20:31:43 2003 +@@ -1,6 +1,7 @@ + #ifndef CRASH_REGEX + #define CRASH_REGEX + ++#include <assert.h> + #include <cstring> + #include <string> + #include <map> |