diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/devtodo/files/patch-util::CommandArgs.cc | 7 | ||||
-rw-r--r-- | devel/devtodo/files/patch-util::Regex.h | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/devel/devtodo/files/patch-util::CommandArgs.cc b/devel/devtodo/files/patch-util::CommandArgs.cc new file mode 100644 index 000000000000..aa11131afefc --- /dev/null +++ b/devel/devtodo/files/patch-util::CommandArgs.cc @@ -0,0 +1,7 @@ +--- util/CommandArgs.cc.orig Thu Jul 17 20:33:23 2003 ++++ util/CommandArgs.cc Thu Jul 17 20:33:31 2003 +@@ -1,3 +1,4 @@ ++#include <assert.h> + #include "CommandArgs.h" + CommandArgs::CommandArgs() { + } 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> |