aboutsummaryrefslogtreecommitdiff
path: root/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sort.c')
-rw-r--r--sort.c1
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 @@
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