diff options
Diffstat (limited to 'graphics/netpbm/files/patch-pamrgbatopng.c')
-rw-r--r-- | graphics/netpbm/files/patch-pamrgbatopng.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/netpbm/files/patch-pamrgbatopng.c b/graphics/netpbm/files/patch-pamrgbatopng.c new file mode 100644 index 000000000000..92e7590cf59b --- /dev/null +++ b/graphics/netpbm/files/patch-pamrgbatopng.c @@ -0,0 +1,8 @@ +--- converter/other/pamrgbatopng.c.orig 2006-08-19 05:12:28.000000000 +0200 ++++ converter/other/pamrgbatopng.c 2012-04-24 22:20:00.000000000 +0200 +@@ -1,4 +1,5 @@ + #include <png.h> ++#include <pngpriv.h> + #include <stdio.h> + #include <stdlib.h> + #include <setjmp.h> |