diff options
Diffstat (limited to 'graphics/netpbm/files/patch-pngtxt.c')
-rw-r--r-- | graphics/netpbm/files/patch-pngtxt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/netpbm/files/patch-pngtxt.c b/graphics/netpbm/files/patch-pngtxt.c new file mode 100644 index 000000000000..b3ae8ad5a51f --- /dev/null +++ b/graphics/netpbm/files/patch-pngtxt.c @@ -0,0 +1,10 @@ +--- converter/other/pngtxt.c.orig 2006-08-19 05:12:28.000000000 +0200 ++++ converter/other/pngtxt.c 2012-04-24 22:12:39.000000000 +0200 +@@ -2,6 +2,7 @@ + #include <string.h> + #include <stdio.h> + #include <png.h> ++#include <pngpriv.h> + + #include "nstring.h" + #include "pngtxt.h" |