diff options
Diffstat (limited to 'graphics/simpleviewer/files/patch-formatpng.cpp')
-rw-r--r-- | graphics/simpleviewer/files/patch-formatpng.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/simpleviewer/files/patch-formatpng.cpp b/graphics/simpleviewer/files/patch-formatpng.cpp new file mode 100644 index 000000000000..b910eb4ffbf7 --- /dev/null +++ b/graphics/simpleviewer/files/patch-formatpng.cpp @@ -0,0 +1,10 @@ +--- src/formats/formatpng.cpp.orig 2010-08-29 16:33:33.000000000 +0200 ++++ src/formats/formatpng.cpp 2012-05-05 07:46:22.000000000 +0200 +@@ -7,6 +7,7 @@ + + #include "formatpng.h" + #include <png.h> ++#include <pngpriv.h> + #include <string.h> + #include <iostream> + |