summaryrefslogtreecommitdiff
path: root/render/favicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/favicon.h')
-rw-r--r--render/favicon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/favicon.h b/render/favicon.h
index 30030101a..428655ecd 100644
--- a/render/favicon.h
+++ b/render/favicon.h
@@ -20,7 +20,8 @@
#define _NETSURF_RENDER_FAVICON_H_
#include <libxml/tree.h>
-#include "content/content.h"
+
+struct content;
bool favicon_get_icon(struct content *c, xmlNode *html);