summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
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__