wok-6.x view coreutils/stuff/ls.u @ rev 4279

libnl: fix build (http://bugs.gentoo.org/show_bug.cgi?id=225393)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Sep 26 06:38:25 2009 +0000 (2009-09-26)
parents
children
line source
1 --- coreutils-7.4/src/ls.c
2 +++ coreutils-7.4/src/ls.c
3 @@ -63,6 +63,7 @@
4 #include <grp.h>
5 #include <pwd.h>
6 #include <getopt.h>
7 +#include <asm/types.h>
8 #include <signal.h>
9 #include <selinux/selinux.h>
10 #include <wchar.h>