Use "", not <> to include non-system header files.
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:41:11 +0000 (15:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:41:11 +0000 (15:41 +0000)
lib/backupfile.c
lib/rename.c

index 0339cae..fa5ece1 100644 (file)
@@ -107,9 +107,9 @@ char *malloc ();
 # define REAL_DIR_ENTRY(dp) 1
 #endif
 
-#include <argmatch.h>
-#include <backupfile.h>
-#include <dirname.h>
+#include "argmatch.h"
+#include "backupfile.h"
+#include "dirname.h"
 
 /* The extension added to file names to produce a simple (as opposed
    to numbered) backup file name. */
index 57676c9..13b86d0 100644 (file)
@@ -30,8 +30,8 @@
 # include <strings.h>
 #endif
 
-#include <dirname.h>
-#include <xalloc.h>
+#include "dirname.h"
+#include "xalloc.h"
 
 #ifndef HAVE_DECL_FREE
 "this configure-time declaration test was not run"