summaryrefslogtreecommitdiff
path: root/antlr-2.7.7-newgcc.patch
blob: c501bd0dab35e77640663a54a89b28482a6c9e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up ./lib/cpp/antlr/CharScanner.hpp.sav ./lib/cpp/antlr/CharScanner.hpp
--- ./lib/cpp/antlr/CharScanner.hpp.sav	2009-03-20 14:42:43.000000000 -0400
+++ ./lib/cpp/antlr/CharScanner.hpp	2009-03-20 14:43:29.000000000 -0400
@@ -11,6 +11,8 @@
 #include <antlr/config.hpp>
 
 #include <map>
+#include <strings.h>
+#include <cstdio>
 
 #ifdef HAS_NOT_CCTYPE_H
 #include <ctype.h>