From b051cf466f7c9f008f2ab8c3f6ccac34882a1b9e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 4 Sep 2011 23:50:14 +0000 Subject: Add Image cache and inegrate png and jpeg content handlers Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU) The speculative load algorithm is likewise poor and only uses the image size to make a decision. svn path=/trunk/netsurf/; revision=12720 --- image/gif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'image/gif.c') diff --git a/image/gif.c b/image/gif.c index aa05a8c81..dec9653b6 100644 --- a/image/gif.c +++ b/image/gif.c @@ -33,6 +33,7 @@ #include #include #include + #include "utils/config.h" #include "content/content_protected.h" #include "content/hlcache.h" -- cgit v1.2.3