summaryrefslogtreecommitdiff
path: root/extra/ddd/ddd-3.3.12-gcc44.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ddd/ddd-3.3.12-gcc44.patch')
-rw-r--r--extra/ddd/ddd-3.3.12-gcc44.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/ddd/ddd-3.3.12-gcc44.patch b/extra/ddd/ddd-3.3.12-gcc44.patch
new file mode 100644
index 000000000..2464b2b4a
--- /dev/null
+++ b/extra/ddd/ddd-3.3.12-gcc44.patch
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
++++ ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include <limits.h>
+ #include <new>
+ #include <stdlib.h>
++#include <stdio.h>
+
+ void string::error(const char* msg) const
+ {