summaryrefslogtreecommitdiff
path: root/riscos/debugwin.c
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-08-08 11:39:31 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-08-08 11:39:31 +0000
commitf14d765ca78c8fb0a71cab681f8680d080e9817a (patch)
tree99f9c81996db32fb7a56ff711b7d87446099a624 /riscos/debugwin.c
parentec6078d374d9d2f2efc15a752ea8ff1c5f274dc7 (diff)
downloadnetsurf-f14d765ca78c8fb0a71cab681f8680d080e9817a.tar.gz
netsurf-f14d765ca78c8fb0a71cab681f8680d080e9817a.tar.bz2
[project @ 2004-08-08 11:39:31 by joty]
Explicit #include of some header files to avoid Norcroft depth 8 limitation when using UnixLib version currently at CVS trunk. svn path=/import/netsurf/; revision=1193
Diffstat (limited to 'riscos/debugwin.c')
-rw-r--r--riscos/debugwin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/debugwin.c b/riscos/debugwin.c
index fed19d152..d1b692bb0 100644
--- a/riscos/debugwin.c
+++ b/riscos/debugwin.c
@@ -9,6 +9,8 @@
* Debug display window (implementation).
*/
+#include <stdio.h>
+#include <stdlib.h>
#include "oslib/wimp.h"
#include "netsurf/riscos/gui.h"
#include "netsurf/utils/log.h"