summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-29 00:26:48 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-29 00:26:48 +0000
commitd900feefba603b07655b0e95d15753706e59638e (patch)
tree9e203cd04185ed9945739b2c65a9c0c519330dd3
parent7ace528729c37d665e269c8a76991739c9437088 (diff)
downloadnetsurf-d900feefba603b07655b0e95d15753706e59638e.tar.gz
netsurf-d900feefba603b07655b0e95d15753706e59638e.tar.bz2
add missing include to amiga history
-rwxr-xr-xamiga/history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/history.c b/amiga/history.c
index 63e011bc4..72b69d435 100755
--- a/amiga/history.c
+++ b/amiga/history.c
@@ -19,6 +19,7 @@
#include <stdbool.h>
#include <proto/exec.h>
+#include "utils/errors.h"
#include "desktop/mouse.h"
#include "desktop/gui_window.h"