]> code.delx.au - gnu-emacs/commitdiff
Include <paths.h>, not "paths.h".
authorRoland McGrath <roland@gnu.org>
Sun, 12 Sep 1993 01:34:01 +0000 (01:34 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 12 Sep 1993 01:34:01 +0000 (01:34 +0000)
src/callproc.c
src/filelock.c
src/lread.c

index cc2812ad95147aa6540b335468a4daa691d616b2..4f65ea573cd94a2adc4228b2815873af4648008b 100644 (file)
@@ -52,7 +52,7 @@ extern char *sys_errlist[];
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"
-#include "paths.h"
+#include <paths.h>
 #include "process.h"
 #include "syssignal.h"
 
index 3955f38fae5cd5fd273adc33a55b0f271df89b79..52349ffa872de9cf39e0e79e53999436d20bdc9e 100644 (file)
@@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif /* USG */
 
 #include "lisp.h"
-#include "paths.h"
+#include <paths.h>
 #include "buffer.h"
 
 extern int errno;
index 8703a7e5f24ef1590d62ce382f9a5dda63d89b07..6d215e8473e00f720e3bae2ff5222afa24561028 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef standalone
 #include "buffer.h"
-#include "paths.h"
+#include <paths.h>
 #include "commands.h"
 #include "keyboard.h"
 #include "termhooks.h"