summaryrefslogtreecommitdiff
path: root/frontends/riscos/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/bitmap.h')
-rw-r--r--frontends/riscos/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/bitmap.h b/frontends/riscos/bitmap.h
index 3aca30de6..f66ebb317 100644
--- a/frontends/riscos/bitmap.h
+++ b/frontends/riscos/bitmap.h
@@ -25,7 +25,7 @@ struct hlcache_handle;
struct bitmap;
/** bitmap operations table */
-struct gui_bitmap_table *riscos_bitmap_table;
+extern struct gui_bitmap_table *riscos_bitmap_table;
/** save with full alpha channel (if not opaque) */
#define BITMAP_SAVE_FULL_ALPHA (1 << 0)