From: Jim Meyering Date: Sat, 12 May 2001 15:40:47 +0000 (+0000) Subject: Use "", not <> to include non-system header files. X-Git-Tag: CPPI-1_9~148 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3c9e00c4fdfd04d20b8310fd32cc4a5d9f0b49c6;p=thirdparty%2Fcoreutils.git Use "", not <> to include non-system header files. --- diff --git a/lib/addext.c b/lib/addext.c index 65db258f68..edd56c3dd9 100644 --- a/lib/addext.c +++ b/lib/addext.c @@ -47,8 +47,8 @@ # include #endif -#include -#include +#include "backupfile.h" +#include "dirname.h" /* Append to FILENAME the extension EXT, unless the result would be too long, in which case just append the character E. */