wok-4.x annotate coreutils/stuff/ls.u @ rev 6893
Added parallel compile for icedtea6-jdk. openjdk has a special way of doing it.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 03:18:33 2010 +0000 (2010-10-21) |
parents | |
children |
rev | line source |
---|---|
pascal@3659 | 1 --- coreutils-7.4/src/ls.c |
pascal@3659 | 2 +++ coreutils-7.4/src/ls.c |
pascal@3659 | 3 @@ -63,6 +63,7 @@ |
pascal@3659 | 4 #include <grp.h> |
pascal@3659 | 5 #include <pwd.h> |
pascal@3659 | 6 #include <getopt.h> |
pascal@3659 | 7 +#include <asm/types.h> |
pascal@3659 | 8 #include <signal.h> |
pascal@3659 | 9 #include <selinux/selinux.h> |
pascal@3659 | 10 #include <wchar.h> |