From 6c03f9e618f4a94900bdd5857117811e21ffb959 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:25 -0700 Subject: common: Add a new lz4.h header file Add a header file to house the lz4 compression function. Add a comment while we are here, since it not even clear from the name what the function actuall does. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- test/compression.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/compression.c') diff --git a/test/compression.c b/test/compression.c index 08fef59d0a..48dccc0e89 100644 --- a/test/compression.c +++ b/test/compression.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3