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