aboutsummaryrefslogtreecommitdiff
path: root/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sort.c')
-rw-r--r--sort.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sort.c b/sort.c
index efff6b653..2aef2d955 100644
--- a/sort.c
+++ b/sort.c
@@ -22,6 +22,8 @@
22 */ 22 */
23 23
24#include "busybox.h" 24#include "busybox.h"
25#include <getopt.h>
26#include <stdlib.h>
25 27
26int compare_ascii(const void *x, const void *y) 28int compare_ascii(const void *x, const void *y)
27{ 29{