From b13fee4cbb98a20ae761da46b02b58cb47f289ab Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 20 Jun 2006 22:38:00 +0000 Subject: Since rangecoder is just a bunch of C functions, move it into the one user (decompress_unlzma.c). Also a slight #include cleanup, and I've been meaning to put #include into libbb.h since it's so darn common... --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index bc886dab9..998bcc6f3 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef CONFIG_SELINUX #include -- cgit v1.2.3