From f8b2ac1befd9379cdb2fb0dabe8142d74c801818 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Sep 2013 12:09:53 +0200 Subject: Use libpng from sourcetree instead of the one supplied by the OS. --- plugingui/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/image.h') diff --git a/plugingui/image.h b/plugingui/image.h index acfe964..4f41a88 100644 --- a/plugingui/image.h +++ b/plugingui/image.h @@ -27,7 +27,7 @@ #ifndef __DRUMGIZMO_IMAGE_H__ #define __DRUMGIZMO_IMAGE_H__ -#include +#include "png/png.h" #include #include "colour.h" -- cgit v1.2.3