freebsd-ports/games/eboard/files/patch-cimg.cc
2012-06-01 05:26:28 +00:00

10 lines
249 B
C++

--- cimg.cc.orig 2008-02-22 16:51:22.000000000 +0100
+++ cimg.cc 2012-05-08 07:19:55.000000000 +0200
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <png.h>
+#include <pngpriv.h>
#include "cimg.h"
CImg::CImg(int w,int h) {