wok-next view coreutils/stuff/ls.u @ rev 6946

Added glib-dev to libxfce4util-dev depends. Needed for pkg-config --cflags libxfce4util-1.0 to work in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 24 20:52:01 2010 +0000 (2010-10-24)
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>