Fix compiler warning around strlen not being defined
authorMark Tearle <[email protected]>
Sun, 30 Nov 2014 08:18:56 +0000 (16:18 +0800)
committerMark Tearle <[email protected]>
Sun, 30 Nov 2014 08:21:49 +0000 (16:21 +0800)
ROM2/crctest.c

index a67ed9b..1356a25 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 typedef unsigned short u16;
 typedef unsigned char bool;
 #include "crctab.h"

UCC git Repository :: git.ucc.asn.au