Fix some formatting
[oweals/busybox.git] / ls.c
diff --git a/ls.c b/ls.c
index 4b225d6f87a2cf118ad706000c16a23adee60f4f..affa48c1272b2e6e5595d60dfc8553355b8ac3db 100644 (file)
--- a/ls.c
+++ b/ls.c
@@ -59,6 +59,7 @@ static const int COLUMN_GAP = 2;                      /* includes the file type char, if present */
 #include <time.h>
 #endif
 #include <string.h>
+#include <stdlib.h>
 
 #include <fcntl.h>
 #include <signal.h>