summaryrefslogtreecommitdiff
path: root/amiga/font.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-06 23:17:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-06 23:17:17 +0000
commitd83f683e9681f8ca68701df93cd23d983e104284 (patch)
treefed3503efb3d970d0bb999f074c1f2623ab62abc /amiga/font.c
parentb5e989487ccf6f44b696f8ef3601e86255c98dbd (diff)
downloadnetsurf-d83f683e9681f8ca68701df93cd23d983e104284.tar.gz
netsurf-d83f683e9681f8ca68701df93cd23d983e104284.tar.bz2
Sprinkle some #ifdef __amigaos4__ around
svn path=/trunk/netsurf/; revision=11230
Diffstat (limited to 'amiga/font.c')
-rw-r--r--amiga/font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/font.c b/amiga/font.c
index c62350cee..f8eaa7f1f 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -31,7 +31,9 @@
#include <diskfont/oterrors.h>
#include <proto/Picasso96API.h>
#include <proto/exec.h>
+#ifdef __amigaos4__
#include <graphics/blitattr.h>
+#endif
#include "amiga/options.h"
#include <proto/utility.h>
#include "utils/utils.h"