Mercurial > emacs
diff src/w32proc.c @ 42469:64341c22fb4c
Include <config.h>.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Tue, 01 Jan 2002 19:15:26 +0000 |
| parents | f66d09d1bb2f |
| children | c185eb97b9ee |
line wrap: on
line diff
--- a/src/w32proc.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/w32proc.c Tue Jan 01 19:15:26 2002 +0000 @@ -30,7 +30,11 @@ #include <signal.h> /* must include CRT headers *before* config.h */ -#include "config.h" + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #undef signal #undef wait #undef spawnve
