summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.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/plotters.c
parent0513782fe3bb2884d0f63fb11c69f06055332388 (diff)
downloadnetsurf-15a68714919c64edc04d6e26679fabb490bdf9a2.tar.gz
netsurf-15a68714919c64edc04d6e26679fabb490bdf9a2.tar.bz2
Add missing includes
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 8d7ddcd93..f9fa62a5a 100644
--- a/frontends/amiga/plotters.c
+++ b/frontends/amiga/plotters.c
@@ -33,6 +33,7 @@
#include <math.h>
#include <assert.h>
+#include <stdlib.h>
#include "utils/nsoption.h"
#include "utils/utils.h"