From 997abfd0d0b06163b20c2a1a9683268df9349330 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 17 Apr 2011 20:22:08 +0200 Subject: [PATCH] crc_test: Fix warning about undeclared function Signed-off-by: Sylvain Munaut --- src/crc_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crc_test.c b/src/crc_test.c index 3bc6868..d46d0cc 100644 --- a/src/crc_test.c +++ b/src/crc_test.c @@ -17,6 +17,8 @@ */ #include +#include + #include "tetra_common.h" #include