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 /archival | |
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 'archival')
-rw-r--r-- | archival/libunarchive/data_extract_to_stdout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/data_extract_to_stdout.c b/archival/libunarchive/data_extract_to_stdout.c index d4137a1a8..df2bca6ef 100644 --- a/archival/libunarchive/data_extract_to_stdout.c +++ b/archival/libunarchive/data_extract_to_stdout.c | |||
@@ -15,6 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "unarchive.h" | 17 | #include "unarchive.h" |
18 | #include <unistd.h> | ||
18 | 19 | ||
19 | extern void data_extract_to_stdout(archive_handle_t *archive_handle) | 20 | extern void data_extract_to_stdout(archive_handle_t *archive_handle) |
20 | { | 21 | { |