blob: a1d1277726da85bc89a030abe2ba2ec5c7f10e74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2004/01/12 21:23:05 adam Exp $
--- pngcrush.c.orig 2004-01-12 21:40:44.000000000 +0000
+++ pngcrush.c
@@ -416,7 +416,7 @@
*/
#define PNG_INTERNAL
-#include "png.h"
+#include <png.h>
/* we don't need the some of the extra libpng transformations
* so they are ifdef'ed out in a special version of pngconf.h, which
|