aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ls.c b/ls.c
index 4b225d6f8..affa48c12 100644
--- a/ls.c
+++ b/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>