From e223757e3504586f8c260991b81f8f62c3b75ffc Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 4 Sep 2004 14:37:57 +0000 Subject: [project @ 2004-09-04 14:37:57 by joty] Norcroft compile fixes. svn path=/import/netsurf/; revision=1267 --- image/jpeg.h | 1 + riscos/save.c | 1 + 2 files changed, 2 insertions(+) diff --git a/image/jpeg.h b/image/jpeg.h index c20678537..5acc4b75c 100644 --- a/image/jpeg.h +++ b/image/jpeg.h @@ -16,6 +16,7 @@ struct bitmap; struct content; struct content_jpeg_data { + int dummy; /* NOT USED but to satisfy Norcroft */ }; bool nsjpeg_convert(struct content *c, int width, int height); diff --git a/riscos/save.c b/riscos/save.c index 6b0c49e35..c552ffbd9 100644 --- a/riscos/save.c +++ b/riscos/save.c @@ -20,6 +20,7 @@ #include "oslib/osspriteop.h" #include "oslib/wimp.h" #include "netsurf/desktop/save_text.h" +#include "netsurf/image/bitmap.h" #include "netsurf/riscos/gui.h" #include "netsurf/riscos/save_complete.h" #include "netsurf/riscos/save_draw.h" -- cgit v1.2.3