summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
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/plotters.c
parent65ee9ef4b14924091d8b27995b6e90a8ab23bd40 (diff)
downloadnetsurf-0d879c2e7f336a4902b15b68d4a649b86ac1f685.tar.gz
netsurf-0d879c2e7f336a4902b15b68d4a649b86ac1f685.tar.bz2
fix warnings
svn path=/trunk/netsurf/; revision=8316
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c1
1 files changed, 1 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);