From: Jim Meyering Date: Sat, 12 May 2001 15:39:45 +0000 (+0000) Subject: Use "", not <> to include dirname.h. X-Git-Tag: CPPI-1_9~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e149a84b32eef30aa3a998a25f7836aea13c964a;p=thirdparty%2Fcoreutils.git Use "", not <> to include dirname.h. --- diff --git a/lib/basename.c b/lib/basename.c index ff55b58002..54f037ed5f 100644 --- a/lib/basename.c +++ b/lib/basename.c @@ -22,7 +22,7 @@ #if STDC_HEADERS || HAVE_STRING_H # include #endif -#include +#include "dirname.h" /* In general, we can't use the builtin `basename' function if available, since it has different meanings in different environments.