summaryrefslogtreecommitdiff
path: root/amiga/os3support.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 21:11:00 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 21:11:00 +0000
commit2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714 (patch)
tree1c93c241db79a2646e701a932a592a2f1b8b5fa4 /amiga/os3support.c
parentd6052d3955ffa1aca81c3363b7c53aec51cb6208 (diff)
downloadnetsurf-2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714.tar.gz
netsurf-2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714.tar.bz2
More OS3 fixes
Diffstat (limited to 'amiga/os3support.c')
-rw-r--r--amiga/os3support.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/amiga/os3support.c b/amiga/os3support.c
index cc567f641..dda3df31e 100644
--- a/amiga/os3support.c
+++ b/amiga/os3support.c
@@ -23,6 +23,17 @@
#ifndef __amigaos4__
#include "os3support.h"
+#include <inttypes.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <proto/exec.h>
+#include <proto/intuition.h>
+#include <proto/dos.h>
+
+#define SUCCESS (TRUE)
+#define FAILURE (FALSE)
+#define NO !
+
/* DOS */
int64 GetFileSize(BPTR fh)
{