diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-10-03 13:44:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-10-03 13:44:28 +0000 |
commit | f4e4a69d3555b87c33c6dc8def7d11a4ed6d0da9 (patch) | |
tree | 2a38e332ec479fc9e511c5f9f5e747f0cfac1f37 /graphics | |
parent | 0ec8087ea5ee8b20ffdd1f81d1fd31a76b7e15d3 (diff) | |
download | ports-f4e4a69d3555b87c33c6dc8def7d11a4ed6d0da9.tar.gz ports-f4e4a69d3555b87c33c6dc8def7d11a4ed6d0da9.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash/files/patch-libbase-tu_file.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase-tu_file.h b/graphics/gnash/files/patch-libbase-tu_file.h new file mode 100644 index 000000000000..28c2762b65c6 --- /dev/null +++ b/graphics/gnash/files/patch-libbase-tu_file.h @@ -0,0 +1,10 @@ +--- libbase/tu_file.h.orig 2010-08-07 19:50:00.000000000 +0400 ++++ libbase/tu_file.h 2010-10-01 20:49:40.000000000 +0400 +@@ -12,6 +12,7 @@ + #include "dsodefs.h" // DSOEXPORT + #include "utility.h" + #include "IOChannel.h" // for inheritance ++#include <cstdio> + + + namespace gnash { |