From 07c62407e2d251e3906d45684d15dafbc16f29f7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Oct 2010 00:08:35 +0000 Subject: Fix windows url bar Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891 --- utils/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index b33fde8c4..f1c193bac 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -105,6 +106,7 @@ void unicode_transliterate(unsigned int c, char **r); char *human_friendly_bytesize(unsigned long bytesize); const char *rfc1123_date(time_t t); unsigned int wallclock(void); +int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y); /** * Return a hex digit for the given numerical value. -- cgit v1.2.3