You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/antlr/files/2.7.7-gcc-4.4.patch

11 lines
257 B

--- lib/cpp/antlr/CharScanner.hpp~ 2008-11-11 21:24:02.000000000 +0000
+++ lib/cpp/antlr/CharScanner.hpp 2008-11-11 21:24:33.000000000 +0000
@@ -10,6 +10,7 @@
#include <antlr/config.hpp>
+#include <cstdio>
#include <cstring>
#include <map>