changeset 3243:025019cda2d6

Use "", not <> to include dirname.h.
author Jim Meyering <jim@meyering.net>
date Sat, 12 May 2001 15:39:45 +0000
parents b12a175d2ffd
children 5a129aed765a
files lib/basename.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/basename.c
+++ b/lib/basename.c
@@ -22,7 +22,7 @@
 #if STDC_HEADERS || HAVE_STRING_H
 # include <string.h>
 #endif
-#include <dirname.h>
+#include "dirname.h"
 
 /* In general, we can't use the builtin `basename' function if available,
    since it has different meanings in different environments.