From 553a00f8973a9009bc1f409b1e0d0d6424e8c873 Mon Sep 17 00:00:00 2001
From: Mark Tearle <mark@tearle.com>
Date: Sun, 30 Nov 2014 16:18:56 +0800
Subject: [PATCH] Fix compiler warning around strlen not being defined

---
 ROM2/crctest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ROM2/crctest.c b/ROM2/crctest.c
index a67ed9b..1356a25 100644
--- a/ROM2/crctest.c
+++ b/ROM2/crctest.c
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 typedef unsigned short u16;
 typedef unsigned char bool;
 #include "crctab.h"
-- 
GitLab