summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-04 19:12:56 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-04 19:12:56 +0000
commit0d879c2e7f336a4902b15b68d4a649b86ac1f685 (patch)
tree0d1e95f8abb1e404f31116723cce14d85a18005b /amiga
parent65ee9ef4b14924091d8b27995b6e90a8ab23bd40 (diff)
downloadnetsurf-0d879c2e7f336a4902b15b68d4a649b86ac1f685.tar.gz
netsurf-0d879c2e7f336a4902b15b68d4a649b86ac1f685.tar.bz2
fix warnings
svn path=/trunk/netsurf/; revision=8316
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/plotters.c1
-rwxr-xr-xamiga/thumbnail.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 7c9158285..28917c781 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -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);
diff --git a/amiga/thumbnail.c b/amiga/thumbnail.c
index badf0d87c..ac19873ac 100755
--- a/amiga/thumbnail.c
+++ b/amiga/thumbnail.c
@@ -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)