From: Jim Meyering Date: Sat, 12 May 2001 15:39:45 +0000 (+0000) Subject: Use "", not <> to include dirname.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0784f9d593754b21e8c205dced0cc9cfbc4b134a;p=pspp 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.