diff options
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |