mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 00:40:15 +03:00
fix warnings
svn path=/trunk/netsurf/; revision=8316
This commit is contained in:
parent
65ee9ef4b1
commit
0d879c2e7f
@ -33,6 +33,7 @@
|
||||
#include "utils/log.h"
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <proto/exec.h>
|
||||
|
||||
static void ami_bitmap_tile_hook(struct Hook *hook,struct RastPort *rp,struct BackFillMessage *bfmsg);
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include <graphics/composite.h>
|
||||
#include "amiga/gui.h"
|
||||
#include "amiga/bitmap.h"
|
||||
#include "amiga/options.h"
|
||||
#include "content/urldb.h"
|
||||
|
||||
bool thumbnail_create(struct content *content, struct bitmap *bitmap,
|
||||
const char *url)
|
||||
|
Loading…
Reference in New Issue
Block a user