diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index ed6872218..79e629c75 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -22,6 +22,7 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
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 | ||