diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-27 11:26:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-27 11:26:32 +0000 |
commit | 8ee2b27f0c84fc52ff56cf1c9b7819798b7197b5 (patch) | |
tree | 372abe380958169583f527a0513aa584c94adc2c /libbb/dump.c | |
parent | ea9bcda3730b6403fd3ed23670ce818b6926ae67 (diff) | |
download | busybox-w32-8ee2b27f0c84fc52ff56cf1c9b7819798b7197b5.tar.gz busybox-w32-8ee2b27f0c84fc52ff56cf1c9b7819798b7197b5.tar.bz2 busybox-w32-8ee2b27f0c84fc52ff56cf1c9b7819798b7197b5.zip |
Add missing include files
Diffstat (limited to 'libbb/dump.c')
-rw-r--r-- | libbb/dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 52a6c063b..7ef559513 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -24,6 +24,7 @@ | |||
24 | 24 | ||
25 | #include <stdlib.h> | 25 | #include <stdlib.h> |
26 | #include <string.h> | 26 | #include <string.h> |
27 | #include <unistd.h> | ||
27 | #include <ctype.h> /* for isdigit() */ | 28 | #include <ctype.h> /* for isdigit() */ |
28 | #include "libbb.h" | 29 | #include "libbb.h" |
29 | #include "dump.h" | 30 | #include "dump.h" |