summaryrefslogtreecommitdiff
path: root/atari/schedule.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-03-09 16:14:05 +0000
committerVincent Sanders <vince@kyllikki.org>2014-03-09 16:14:05 +0000
commit5c6a0eda3b42d98f7f7aeab94b96021128c298c4 (patch)
treec08fc3065c9da253505532002867f3ae46de43ca /atari/schedule.c
parent87f6314dabdc2067a19e01f8b29f9ecc38ed825b (diff)
downloadnetsurf-5c6a0eda3b42d98f7f7aeab94b96021128c298c4.tar.gz
netsurf-5c6a0eda3b42d98f7f7aeab94b96021128c298c4.tar.bz2
fixup missing includes from schedule changes
Diffstat (limited to 'atari/schedule.c')
-rwxr-xr-xatari/schedule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/schedule.c b/atari/schedule.c
index 02a376245..3bef573a5 100755
--- a/atari/schedule.c
+++ b/atari/schedule.c
@@ -22,6 +22,8 @@
#include <sys/time.h>
#include <time.h>
+#include "utils/errors.h"
+
#include "atari/schedule.h"
#ifdef DEBUG_SCHEDULER