diff options
Diffstat (limited to 'coreutils/cat.c')
-rw-r--r-- | coreutils/cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/cat.c b/coreutils/cat.c index 3554008..aa8528d 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -22,6 +22,7 @@ */ #include <stdlib.h> +#include <string.h> #include "busybox.h" extern int cat_main(int argc, char **argv) |