From 14e282948996f75e87a14ab90f4b3ed54d9d6ad7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 26 Oct 2014 12:42:53 +0000 Subject: remove the die API from the core. The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends --- atari/plot/plot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'atari/plot') diff --git a/atari/plot/plot.c b/atari/plot/plot.c index a0b99e5ae..1b949d22a 100755 --- a/atari/plot/plot.c +++ b/atari/plot/plot.c @@ -32,6 +32,7 @@ #include "desktop/plotters.h" #include "desktop/mouse.h" +#include "atari/misc.h" #include "atari/bitmap.h" #include "utils/nsoption.h" #include "atari/plot/plot.h" -- cgit v1.2.3