aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-10 17:59:11 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-10 17:59:11 +0000
commit88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch)
tree4871d5fdfd0c601396ef4651c3d1458bedb5a854 /coreutils/ls.c
parent40406e6bad9abcd58977ed92194c9061d85c9e47 (diff)
downloadbusybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz
busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.bz2
busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.zip
Some #include updates.
-Erik
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index e56e3bcfb..d7455f427 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -50,7 +50,6 @@
50 50
51#include "internal.h" 51#include "internal.h"
52# include <sys/types.h> 52# include <sys/types.h>
53#include <sys/stat.h>
54#include <stdio.h> 53#include <stdio.h>
55#include <unistd.h> 54#include <unistd.h>
56#include <dirent.h> 55#include <dirent.h>