From 339b00d0ec22dfcb7b64ba3903ec447bf45c773f Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 7 Aug 2008 10:12:58 +0000 Subject: [PATCH] Added missing header. --- tool/sii_crc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/sii_crc.h b/tool/sii_crc.h index 5060c264..9fd501cf 100644 --- a/tool/sii_crc.h +++ b/tool/sii_crc.h @@ -5,6 +5,7 @@ ****************************************************************************/ #include +#include uint8_t calcSiiCrc(const uint8_t *, size_t);