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/save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/save.h') diff --git a/riscos/save.h b/riscos/save.h index 38db2f45a..fd65fa996 100644 --- a/riscos/save.h +++ b/riscos/save.h @@ -23,10 +23,10 @@ #ifndef _NETSURF_RISCOS_SAVE_H_ #define _NETSURF_RISCOS_SAVE_H_ +#include #include "oslib/wimp.h" #include "desktop/gui.h" - wimp_w ro_gui_saveas_create(const char *template_name); void ro_gui_saveas_quit(void); void ro_gui_save_prepare(gui_save_type save_type, struct content *c); -- cgit v1.2.3