From 9845d92440bd87739c89edd000fd6e0c47fab185 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 23 Jul 2007 09:15:29 -0500 Subject: Use lzo2 libraries Switch to using the more common lzo2 libraries for LZO compression. They should still work with the lzo1x interfaces. Signed-off-by: Josh Boyer --- compr_lzo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compr_lzo.c') diff --git a/compr_lzo.c b/compr_lzo.c index ef3b413..c15fd32 100644 --- a/compr_lzo.c +++ b/compr_lzo.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "compr.h" extern int page_size; -- cgit v1.2.3