diff options
Diffstat (limited to 'wc.c')
-rw-r--r-- | wc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include <getopt.h> | 24 | #include <getopt.h> |
25 | #include <string.h> | ||
25 | #include <stdlib.h> | 26 | #include <stdlib.h> |
26 | #include "busybox.h" | 27 | #include "busybox.h" |
27 | 28 | ||