index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sort.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'sort.c')
-rw-r--r--
sort.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/sort.c b/sort.c
index ed6872218..79e629c75 100644
--- a/
sort.c
+++ b/
sort.c
@@ -22,6 +22,7 @@
*/
#include <getopt.h>
+#include <string.h>
#include <stdlib.h>
#include "busybox.h"