Use "", not <> to include dirname.h.
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:39:45 +0000 (15:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:39:45 +0000 (15:39 +0000)
lib/basename.c

index ff55b58..54f037e 100644 (file)
@@ -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.