From 43af94f0e5aa3253622e2815b01a22d8615a498c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 3 May 2016 20:27:45 +0100 Subject: [PATCH] Add missing include --- amiga/theme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/amiga/theme.c b/amiga/theme.c index 8076bdf0a..ab32b23dd 100644 --- a/amiga/theme.c +++ b/amiga/theme.c @@ -49,6 +49,7 @@ #include "amiga/bitmap.h" #include "amiga/schedule.h" #include "amiga/theme.h" +#include "amiga/misc.h" struct BitMap *throbber = NULL; struct bitmap *throbber_nsbm = NULL;