diff options
Diffstat (limited to 'coreutils/tee.c')
-rw-r--r-- | coreutils/tee.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/tee.c b/coreutils/tee.c index dc947c935..0f2424670 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -11,7 +11,6 @@ | |||
11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */ | 11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */ |
12 | 12 | ||
13 | #include "libbb.h" | 13 | #include "libbb.h" |
14 | #include <signal.h> | ||
15 | 14 | ||
16 | int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 15 | int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
17 | int tee_main(int argc, char **argv) | 16 | int tee_main(int argc, char **argv) |