Blame SOURCES/antlr-2.7.7-newgcc.patch

44f51c
diff -up ./lib/cpp/antlr/CharScanner.hpp.sav ./lib/cpp/antlr/CharScanner.hpp
44f51c
--- ./lib/cpp/antlr/CharScanner.hpp.sav	2009-03-20 14:42:43.000000000 -0400
44f51c
+++ ./lib/cpp/antlr/CharScanner.hpp	2009-03-20 14:43:29.000000000 -0400
44f51c
@@ -11,6 +11,8 @@
44f51c
 #include <antlr/config.hpp>
44f51c
 
44f51c
 #include <map>
44f51c
+#include <strings.h>
44f51c
+#include <cstdio>
44f51c
 
44f51c
 #ifdef HAS_NOT_CCTYPE_H
44f51c
 #include <ctype.h>