[project @ 2004-09-04 14:37:57 by joty]

Norcroft compile fixes.

svn path=/import/netsurf/; revision=1267
This commit is contained in:
John Tytgat 2004-09-04 14:37:57 +00:00
parent a9e62d78f7
commit e223757e35
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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"