Dash:
[t2.git] / package / develop / ddd / hotfix-gcc44.patch
blob0644d2758351c1bf42ae8c5fef76b5577b0966cc
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../ddd/gcc44.patch
5 # Copyright (C) 2010 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur ddd-3.3.12-orig/ddd/strclass.C ddd-3.3.12/ddd/strclass.C
18 --- ddd-3.3.12-orig/ddd/strclass.C 2010-05-11 11:41:11.404406436 +0000
19 +++ ddd-3.3.12/ddd/strclass.C 2010-05-11 11:42:01.802908366 +0000
20 @@ -38,6 +38,7 @@
21 #include <ctype.h>
22 #include <limits.h>
23 #include <new>
24 +#include <cstdio>
25 #include <stdlib.h>
27 void string::error(const char* msg) const