blob: 92e7590cf59b41a663bd55ec7a824fa47411d06a (
plain) (
blame)
1
2
3
4
5
6
7
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>
|