diff options
author | Drtan Samos <lashdu@drtan.twilightparadox.com> | 2014-02-23 19:00:07 +0100 |
---|---|---|
committer | Drtan Samos <lashdu@drtan.twilightparadox.com> | 2014-02-23 19:00:07 +0100 |
commit | c850156e865805296b73eee01caa4b4469191437 (patch) | |
tree | f329f22409f214d83d5593f6d681d319f285964f /libre/antlr2/gcc4.4.patch | |
parent | 0160afcf1bc15d7815c51a64e9f91e000a22de63 (diff) | |
parent | 65d5f7650f067bb6ac79e7f0070341b6896706e5 (diff) |
Merge branch 'master' of git://projects.parabolagnulinux.org/abslibre
Diffstat (limited to 'libre/antlr2/gcc4.4.patch')
-rw-r--r-- | libre/antlr2/gcc4.4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/antlr2/gcc4.4.patch b/libre/antlr2/gcc4.4.patch new file mode 100644 index 000000000..15e25fb00 --- /dev/null +++ b/libre/antlr2/gcc4.4.patch @@ -0,0 +1,12 @@ +diff -Nur antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp +--- antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp ++++ antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp +@@ -10,6 +10,8 @@ + + #include <antlr/config.hpp> + ++#include <cstdio> ++#include <cstring> + #include <map> + + #ifdef HAS_NOT_CCTYPE_H |