summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 21:52:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 21:52:46 +0000
commit15a68714919c64edc04d6e26679fabb490bdf9a2 (patch)
treeb1eb9574299efc8a5f4a6fa2634233d1f56a4e65 /frontends/amiga/theme.c
parent0513782fe3bb2884d0f63fb11c69f06055332388 (diff)
downloadnetsurf-15a68714919c64edc04d6e26679fabb490bdf9a2.tar.gz
netsurf-15a68714919c64edc04d6e26679fabb490bdf9a2.tar.bz2
Add missing includes
Diffstat (limited to 'frontends/amiga/theme.c')
-rw-r--r--frontends/amiga/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/theme.c b/frontends/amiga/theme.c
index 5e94ca21d..496fc5470 100644
--- a/frontends/amiga/theme.c
+++ b/frontends/amiga/theme.c
@@ -49,7 +49,7 @@
#include "amiga/bitmap.h"
#include "amiga/schedule.h"
#include "amiga/theme.h"
-#include "amiga/memory.h"
+#include "amiga/misc.h"
static struct BitMap *throbber = NULL;
static struct bitmap *throbber_nsbm = NULL;