Mercurial > emacs
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"