changeset 4701:05f6a91c2801

Include <paths.h>, not "paths.h".
author Roland McGrath <roland@gnu.org>
date Sun, 12 Sep 1993 01:34:01 +0000
parents 1d8de7410270
children 2641ab559aae
files src/callproc.c src/filelock.c src/lread.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Sat Sep 11 15:13:31 1993 +0000
+++ b/src/callproc.c	Sun Sep 12 01:34:01 1993 +0000
@@ -52,7 +52,7 @@
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"
-#include "paths.h"
+#include <paths.h>
 #include "process.h"
 #include "syssignal.h"
 
--- a/src/filelock.c	Sat Sep 11 15:13:31 1993 +0000
+++ b/src/filelock.c	Sun Sep 12 01:34:01 1993 +0000
@@ -34,7 +34,7 @@
 #endif /* USG */
 
 #include "lisp.h"
-#include "paths.h"
+#include <paths.h>
 #include "buffer.h"
 
 extern int errno;
--- 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"