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 */ | |||
59 | #include <time.h> | 59 | #include <time.h> |
60 | #endif | 60 | #endif |
61 | #include <string.h> | 61 | #include <string.h> |
62 | #include <stdlib.h> | ||
62 | 63 | ||
63 | #include <fcntl.h> | 64 | #include <fcntl.h> |
64 | #include <signal.h> | 65 | #include <signal.h> |