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 <unistd.h> into libbb.h since it's so darn common...
This commit is contained in:
Rob Landley
2006-06-20 22:38:00 +00:00
parent 5483de1cb7
commit b13fee4cbb
3 changed files with 145 additions and 167 deletions

View File

@ -24,6 +24,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <termios.h>
#include <unistd.h>
#ifdef CONFIG_SELINUX
#include <selinux/selinux.h>