From: Eric Blake Date: Tue, 19 Aug 2008 15:58:34 +0000 (-0600) Subject: ls: adjust to gnulib change X-Git-Tag: v7.0~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfe4a55520cee8234f7016d772ef387fe91ed279;p=thirdparty%2Fcoreutils.git ls: adjust to gnulib change * src/ls.c (includes): "strverscmp.h" no longer exists. --- diff --git a/src/ls.c b/src/ls.c index 9261f62196..aeece67dd5 100644 --- a/src/ls.c +++ b/src/ls.c @@ -105,7 +105,6 @@ #include "same.h" #include "stat-time.h" #include "strftime.h" -#include "strverscmp.h" #include "xstrtol.h" #include "areadlink.h"