diff src/lread.c @ 4701:05f6a91c2801

Include <paths.h>, not "paths.h".
author Roland McGrath <roland@gnu.org>
date Sun, 12 Sep 1993 01:34:01 +0000
parents 1fc792473491
children 9c277d938ccd
line wrap: on
line diff
--- a/src/lread.c	Sat Sep 11 15:13:31 1993 +0000
+++ b/src/lread.c	Sun Sep 12 01:34:01 1993 +0000
@@ -29,7 +29,7 @@
 
 #ifndef standalone
 #include "buffer.h"
-#include "paths.h"
+#include <paths.h>
 #include "commands.h"
 #include "keyboard.h"
 #include "termhooks.h"