aboutsummaryrefslogtreecommitdiff
path: root/compr_lzo.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2007-07-23 09:15:29 -0500
committerJosh Boyer <jwboyer@gmail.com>2007-07-23 09:15:29 -0500
commit9845d92440bd87739c89edd000fd6e0c47fab185 (patch)
tree06a91971e49dbcbd51854b2f9858a41e0837f993 /compr_lzo.c
parent826c6adca21edd413ea32126be25ecf22cc13417 (diff)
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 <jwboyer@gmail.com>
Diffstat (limited to 'compr_lzo.c')
-rw-r--r--compr_lzo.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
#include <asm/types.h>
#include <linux/jffs2.h>
-#include <lzo1x.h>
+#include <lzo/lzo1x.h>
#include "compr.h"
extern int page_size;