Mercurial > emacs
diff src/process.c @ 4696:1fc792473491
Include <config.h> instead of "config.h".
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Fri, 10 Sep 1993 06:15:46 +0000 |
| parents | c4d471244116 |
| children | c53deda13fa9 |
line wrap: on
line diff
--- a/src/process.c Fri Sep 10 06:08:27 1993 +0000 +++ b/src/process.c Fri Sep 10 06:15:46 1993 +0000 @@ -20,7 +20,7 @@ #include <signal.h> -#include "config.h" +#include <config.h> /* This file is split into two parts by the following preprocessor conditional. The 'then' clause contains all of the support for
