From 233f6cc3dd271799860de936fb0c2916aa260349 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 28 Jul 2004 23:13:39 +0000 Subject: [project @ 2004-07-28 23:13:39 by bursa] Make debug build compile again. svn path=/import/netsurf/; revision=1160 --- debug/netsurfd.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debug/netsurfd.c b/debug/netsurfd.c index c539e2df0..77f7a3489 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "netsurf/utils/config.h" #include "netsurf/content/fetch.h" #include "netsurf/content/content.h" @@ -79,6 +80,8 @@ int main(int argc, char *argv[]) css_dump_stylesheet(c->data.css.css); else if (c->type == CONTENT_GIF) gif_decode_frame(c->data.gif.gif, 0); + /*else if (c->type == CONTENT_MNG) + nsmng_animate(c);*/ content_remove_user(c, callback, 0, 0); c = 0; } @@ -237,3 +240,9 @@ void warn_user(const char *warning, const char *detail) } void *ro_gui_current_redraw_gui = 0; + +os_error *xos_read_monotonic_time (os_t *t) +{ + *t = clock() / 1000; + return 0; +} -- cgit v1.2.3