summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-21 13:50:16 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-21 13:50:16 +0100
commit16dde3c704c36a943d8e36584dc6b52051d156db (patch)
tree3d052e65db4e64afa8b476f1c96ffd8b241e2279 /desktop
parent77a1b4b5e01846e2c9684f57fda1bac0d6d854e5 (diff)
downloadnetsurf-16dde3c704c36a943d8e36584dc6b52051d156db.tar.gz
netsurf-16dde3c704c36a943d8e36584dc6b52051d156db.tar.bz2
make framebuffer use nsutils library monotonic times
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index d93af2938..2cc13e32a 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -38,6 +38,7 @@
#include <string.h>
#include <strings.h>
#include <math.h>
+#include <nsutils/time.h>
#include "utils/corestrings.h"
#include "utils/log.h"