summaryrefslogtreecommitdiff
path: root/frontends/amiga/file.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2020-10-09 13:05:51 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2020-10-09 13:05:51 +0100
commit511f4cc8001ed09d361651186aad67fcf098b1c6 (patch)
treea38760afe546a9d2bd44d46dfda9aa5664d1a776 /frontends/amiga/file.c
parent12fba46d3e738ad6b865500012f85cb0c35cd45d (diff)
downloadnetsurf-511f4cc8001ed09d361651186aad67fcf098b1c6.tar.gz
netsurf-511f4cc8001ed09d361651186aad67fcf098b1c6.tar.bz2
Add missing include
Diffstat (limited to 'frontends/amiga/file.c')
-rw-r--r--frontends/amiga/file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/amiga/file.c b/frontends/amiga/file.c
index 2fe7d6635..79acb1a21 100644
--- a/frontends/amiga/file.c
+++ b/frontends/amiga/file.c
@@ -22,6 +22,8 @@
#include <proto/icon.h>
#include <workbench/icon.h>
+#include <string.h>
+
#include "utils/utils.h"
#include "utils/nsoption.h"
#include "utils/file.h"