From 0a580aa82d5bfe1146545dfa0a0cf22bfeb2b457 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 1 Oct 2008 13:45:40 +0000 Subject: Ensure image/png.h gets css/css.h for the colour typedef svn path=/trunk/netsurf/; revision=5464 --- image/png.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/image/png.h b/image/png.h index 1e241ebcd..4c5b1bed3 100644 --- a/image/png.h +++ b/image/png.h @@ -23,6 +23,9 @@ #include "utils/config.h" #ifdef WITH_PNG + +#include "css/css.h" + #include #include -- cgit v1.2.3