From d3270ed648c971b5708c84188e6d7ce184801468 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 15 Sep 2008 20:23:02 +0000 Subject: Add libpng support. Default to off. svn path=/trunk/netsurf/; revision=5330 --- image/mng.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'image/mng.c') diff --git a/image/mng.c b/image/mng.c index fe0804976..6daf662ea 100644 --- a/image/mng.c +++ b/image/mng.c @@ -23,6 +23,9 @@ #include "utils/config.h" #ifdef WITH_MNG +/* This must come first due to libpng issues */ +#include "content/content.h" + #include #include #include @@ -30,7 +33,6 @@ #include #include #include -#include "content/content.h" #include "desktop/browser.h" #include "desktop/options.h" #include "desktop/plotters.h" -- cgit v1.2.3