summaryrefslogtreecommitdiff
path: root/amiga/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 /amiga/schedule.c
parent87f6314dabdc2067a19e01f8b29f9ecc38ed825b (diff)
downloadnetsurf-5c6a0eda3b42d98f7f7aeab94b96021128c298c4.tar.gz
netsurf-5c6a0eda3b42d98f7f7aeab94b96021128c298c4.tar.bz2
fixup missing includes from schedule changes
Diffstat (limited to 'amiga/schedule.c')
-rwxr-xr-xamiga/schedule.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/amiga/schedule.c b/amiga/schedule.c
index 4ec9df7e9..9aa74881f 100755
--- a/amiga/schedule.c
+++ b/amiga/schedule.c
@@ -17,7 +17,6 @@
*/
#include "amiga/os3support.h"
-#include "amiga/schedule.h"
#include <proto/exec.h>
#include <proto/timer.h>
@@ -26,6 +25,10 @@
#include <stdbool.h>
#include <pbl.h>
+#include "utils/errors.h"
+
+#include "amiga/schedule.h"
+
struct nscallback
{
struct TimeVal tv;