summaryrefslogtreecommitdiff
blob: e514c5d3fa7cee93d394000a48cdb715441f47a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- pngrewrite.c.orig	2009-06-01 21:12:19.000000000 +0200
+++ pngrewrite.c	2009-06-01 21:12:29.000000000 +0200
@@ -89,6 +89,7 @@
 //#define PNGRW_SUPPORT_1_ARG_MODE
 #define PNGRW_PALSORT_BY_FREQUENCY
 
+#include <png.h>
 
 #include <stdio.h>
 #include <string.h>
@@ -109,8 +110,6 @@
 #include <unistd.h>  /* for isatty() */
 #endif
 
-#include <png.h>
-
 struct errstruct {
 	jmp_buf jbuf;
 	char errmsg[200];