aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ls.c b/ls.c
index 75fa65421..98ccbeddb 100644
--- a/ls.c
+++ b/ls.c
@@ -49,11 +49,11 @@
49/************************************************************************/ 49/************************************************************************/
50 50
51#include "internal.h" 51#include "internal.h"
52#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) 52//#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)
53# include <linux/types.h> 53//# include <linux/types.h>
54#else 54//#else
55# include <sys/types.h> 55# include <sys/types.h>
56#endif 56//#endif
57#include <sys/stat.h> 57#include <sys/stat.h>
58#include <stdio.h> 58#include <stdio.h>
59#include <unistd.h> 59#include <unistd.h>