summaryrefslogtreecommitdiff
path: root/framebuffer/thumbnail.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 /framebuffer/thumbnail.c
parent779deb855921f307fcd451ad63eeeee9e060203f (diff)
downloadnetsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.gz
netsurf-db0163734370a39676fe45b27105b454fa391ce7.tar.bz2
remove content include from urldb header
Diffstat (limited to 'framebuffer/thumbnail.c')
-rw-r--r--framebuffer/thumbnail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/thumbnail.c b/framebuffer/thumbnail.c
index 53ff33609..0573e0758 100644
--- a/framebuffer/thumbnail.c
+++ b/framebuffer/thumbnail.c
@@ -22,8 +22,10 @@
#include <libnsfb_plot.h>
#include "utils/log.h"
+#include "utils/utils.h"
#include "desktop/thumbnail.h"
#include "content/urldb.h"
+#include "content/content.h"
#include "framebuffer/gui.h"
#include "framebuffer/fbtk.h"