summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 16:19:29 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 16:19:29 +0000
commitcdde777d9cf157460201c59c5cc05c7479c3f830 (patch)
treeeb3b8770a4ab8f6bda79bb78689384e2f527dcc0 /frontends/amiga/plotters.c
parentd3c7d410a87f02956523b64bc5af380804e67690 (diff)
parent4b1b79582c5de530100b4ddb909163a6fb9b23c8 (diff)
downloadnetsurf-cdde777d9cf157460201c59c5cc05c7479c3f830.tar.gz
netsurf-cdde777d9cf157460201c59c5cc05c7479c3f830.tar.bz2
Move memory functions to own file
Diffstat (limited to 'frontends/amiga/plotters.c')
-rw-r--r--frontends/amiga/plotters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/amiga/plotters.c b/frontends/amiga/plotters.c
index 19171716c..073a95f3c 100644
--- a/frontends/amiga/plotters.c
+++ b/frontends/amiga/plotters.c
@@ -45,6 +45,7 @@
#include "amiga/bitmap.h"
#include "amiga/font.h"
#include "amiga/gui.h"
+#include "amiga/memory.h"
#include "amiga/misc.h"
#include "amiga/rtg.h"
#include "amiga/utf8.h"