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_pdf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/save_pdf.c') diff --git a/riscos/save_pdf.c b/riscos/save_pdf.c index a5d2b010a..a7d0903f4 100644 --- a/riscos/save_pdf.c +++ b/riscos/save_pdf.c @@ -20,7 +20,8 @@ * Export a content as a PDF file (implementation). */ -#include +#include +#include "oslib/osfile.h" #include "content/content.h" #include "desktop/print.h" #include "pdf/pdf_plotters.h" -- cgit v1.2.3