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 --- lib/lz4_wrapper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lz4_wrapper.c') diff --git a/lib/lz4_wrapper.c b/lib/lz4_wrapper.c index 1c68e67452..1e1e8d5085 100644 --- a/lib/lz4_wrapper.c +++ b/lib/lz4_wrapper.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3