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/print_file.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/print_file.c')
-rw-r--r-- | libbb/print_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/print_file.c b/libbb/print_file.c index 8f85cb4d6..963db1416 100644 --- a/libbb/print_file.c +++ b/libbb/print_file.c | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
24 | #include <unistd.h> | ||
24 | #include "libbb.h" | 25 | #include "libbb.h" |
25 | 26 | ||
26 | extern void bb_xprint_and_close_file(FILE *file) | 27 | extern void bb_xprint_and_close_file(FILE *file) |