diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 4b225d6f8..affa48c12 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -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> |