summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-17 00:18:44 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-17 00:18:44 +0100
commitdb0163734370a39676fe45b27105b454fa391ce7 (patch)
tree380fff0920fb888eda57293ceff96d53bad2a709 /desktop/hotlist.c
parent779deb855921f307fcd451ad63eeeee9e060203f (diff)
downloadnetsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.gz
netsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.bz2
remove content include from urldb header
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index aa4370e96..f0eda841b 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -19,6 +19,7 @@
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
#include <dom/dom.h>
#include <dom/bindings/hubbub/parser.h>