summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-04 19:59:35 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-04 19:59:35 +0100
commit2db0024651a5129585292df812debe7231d15496 (patch)
treeafa4d8d13ce66e0fb0dad870a0ae07e336429567 /amiga/schedule.h
parent90266d117cc731d5e5edd3ec9542a65bfc40e419 (diff)
downloadnetsurf-2db0024651a5129585292df812debe7231d15496.tar.gz
netsurf-2db0024651a5129585292df812debe7231d15496.tar.bz2
document and add missing include
Diffstat (limited to 'amiga/schedule.h')
-rwxr-xr-xamiga/schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/schedule.h b/amiga/schedule.h
index 50071e5a8..3eddc8913 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -19,7 +19,7 @@
#ifndef AMIGA_SCHEDULE_H
#define AMIGA_SCHEDULE_H
#include <proto/timer.h>
-
+#include "utils/schedule.h"
#include "amiga/os3support.h"
struct Device *TimerBase;