From 392307bb1fdf4186f26300631fe3710d895cf7ce Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 18 Apr 2016 23:04:16 +0100 Subject: reduce content header interdependancy --- content/content.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index d20695613..b0d86b94c 100644 --- a/content/content.c +++ b/content/content.c @@ -32,6 +32,7 @@ #include "image/bitmap.h" #include "content/content_protected.h" +#include "content/content_debug.h" #include "content/hlcache.h" #define URL_FMT_SPC "%.140s" @@ -62,7 +63,7 @@ static void content_convert(struct content *c); */ nserror content__init(struct content *c, const content_handler *handler, - lwc_string *imime_type, const http_parameter *params, + lwc_string *imime_type, const struct http_parameter *params, llcache_handle *llcache, const char *fallback_charset, bool quirks) { -- cgit v1.2.3