1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/netpbm/files/patch-pngtxt.c
2012-06-01 05:26:28 +00:00

11 lines
277 B
C

--- 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"