From: Mark Tearle Date: Sun, 30 Nov 2014 08:18:56 +0000 (+0800) Subject: Fix compiler warning around strlen not being defined X-Git-Tag: ROMY~6 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=553a00f8973a9009bc1f409b1e0d0d6424e8c873;p=uccvend-snackrom.git Fix compiler warning around strlen not being defined --- 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 #include +#include typedef unsigned short u16; typedef unsigned char bool; #include "crctab.h"