From 5f6c2cbff7cd778b6487943d62e71ff9e7b04893 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 26 Jul 2008 22:29:15 +0000 Subject: - Compiler warning squash - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762 --- riscos/print.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'riscos/print.h') diff --git a/riscos/print.h b/riscos/print.h index af4c3b3aa..4859d305a 100644 --- a/riscos/print.h +++ b/riscos/print.h @@ -19,6 +19,9 @@ #ifndef _NETSURF_RISCOS_PRINT_H_ #define _NETSURF_RISCOS_PRINT_H_ +#include +#include "oslib/wimp.h" + struct gui_window; extern struct gui_window *print_current_window; -- cgit v1.2.3