summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-11 20:12:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-11 20:12:14 +0000
commit178dd6bbaea01f6f4206e167b0cb0481804e4a9f (patch)
tree4d7b6f617bcaaf7f51bf67ec2a26a89ac4e4ade2 /amiga
parentadccaadb57224f7a1b149e12862f845f3c729efa (diff)
downloadnetsurf-178dd6bbaea01f6f4206e167b0cb0481804e4a9f.tar.gz
netsurf-178dd6bbaea01f6f4206e167b0cb0481804e4a9f.tar.bz2
Fix OS4 build errors/warnings
Diffstat (limited to 'amiga')
-rw-r--r--amiga/font_cache.c1
-rw-r--r--amiga/font_cache.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/amiga/font_cache.c b/amiga/font_cache.c
index 5814f835f..09f9ef8ae 100644
--- a/amiga/font_cache.c
+++ b/amiga/font_cache.c
@@ -17,6 +17,7 @@
*/
#include "amiga/os3support.h"
+#include <string.h>
#include <proto/timer.h>
#include <proto/utility.h>
diff --git a/amiga/font_cache.h b/amiga/font_cache.h
index 813b67dd1..7c95ba594 100644
--- a/amiga/font_cache.h
+++ b/amiga/font_cache.h
@@ -18,6 +18,9 @@
#ifndef AMIGA_FONT_CACHE_H
#define AMIGA_FONT_CACHE_H
+
+#include <proto/timer.h>
+
struct ami_font_cache_node
{
#ifdef __amigaos4__