summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-13 23:34:45 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-13 23:34:45 +0100
commit976eca99580339c8cbb81819b54134de9ac8b97e (patch)
tree248b58aa6c57a9c7b37f2d7b820204e36939b12b /desktop/global_history.c
parent22d84a587b299f028dbff4d3f8d8ecd56b275c2f (diff)
downloadnetsurf-976eca99580339c8cbb81819b54134de9ac8b97e.tar.gz
netsurf-976eca99580339c8cbb81819b54134de9ac8b97e.tar.bz2
msplit public url database API out for frontends
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index 01b7dee25..ac4790f3f 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -19,12 +19,14 @@
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/utf8.h"
#include "utils/libdom.h"
#include "utils/log.h"
+#include "utils/nsurl.h"
#include "content/urldb.h"
#include "desktop/global_history.h"