summaryrefslogtreecommitdiff
path: root/content/content_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-18 23:04:16 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-18 23:04:16 +0100
commit392307bb1fdf4186f26300631fe3710d895cf7ce (patch)
tree5a55cf451925bb4b00addcc69942f0678a0ee33e /content/content_factory.c
parent34f6aa13234a618c3b1add75899af2ca1f6a08e9 (diff)
downloadnetsurf-392307bb1fdf4186f26300631fe3710d895cf7ce.tar.gz
netsurf-392307bb1fdf4186f26300631fe3710d895cf7ce.tar.bz2
reduce content header interdependancy
Diffstat (limited to 'content/content_factory.c')
-rw-r--r--content/content_factory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_factory.c b/content/content_factory.c
index 8da73337c..224220796 100644
--- a/content/content_factory.c
+++ b/content/content_factory.c
@@ -24,6 +24,8 @@
#include <stdlib.h>
#include <string.h>
+#include "utils/http.h"
+
#include "content/content.h"
#include "content/content_factory.h"
#include "content/content_protected.h"