RISC OS: Include core bitmap header from RO bitmap header.

Squash warnings about enum declared inside parameter list.
This commit is contained in:
Michael Drake 2022-03-24 22:19:22 +00:00
parent 9892eefd0a
commit 7f6a00ad2b
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,6 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "netsurf/plotters.h"
#include "netsurf/bitmap.h"
#include "netsurf/content.h"
#include "riscos/gui.h"

View File

@ -19,6 +19,8 @@
#ifndef _NETSURF_RISCOS_BITMAP_H_
#define _NETSURF_RISCOS_BITMAP_H_
#include "netsurf/bitmap.h"
struct osspriteop_area;
struct osspriteop_header;
struct hlcache_handle;