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

index 65db258..edd56c3 100644 (file)
@@ -47,8 +47,8 @@
 # include <unistd.h>
 #endif
 
-#include <backupfile.h>
-#include <dirname.h>
+#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.  */