aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-20 22:38:00 +0000
committerRob Landley <rob@landley.net>2006-06-20 22:38:00 +0000
commitb13fee4cbb98a20ae761da46b02b58cb47f289ab (patch)
treef7909ad87f1bc06d9d02c6589ae646a013d35558 /include
parent5483de1cb71b9cac095e4f6b65196b5390c06560 (diff)
downloadbusybox-b13fee4cbb98a20ae761da46b02b58cb47f289ab.tar.gz
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...
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
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 <sys/time.h>
#include <sys/types.h>
#include <termios.h>
+#include <unistd.h>
#ifdef CONFIG_SELINUX
#include <selinux/selinux.h>