diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index a8286525a..824ce3b5a 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -76,7 +76,6 @@ | |||
76 | //usage: "1\n" | 76 | //usage: "1\n" |
77 | 77 | ||
78 | #include "libbb.h" | 78 | #include "libbb.h" |
79 | #include <setjmp.h> | ||
80 | 79 | ||
81 | /* This is a NOFORK applet. Be very careful! */ | 80 | /* This is a NOFORK applet. Be very careful! */ |
82 | 81 | ||