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