Mercurial > emacs
diff lib-src/make-docfile.c @ 59143:9c2cefd15efd
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
defined.
| author | Steven Tamm <steventamm@mac.com> |
|---|---|
| date | Mon, 27 Dec 2004 17:22:01 +0000 |
| parents | bbf8071c5ce8 |
| children | 3f6c5215bb43 95879cc1ed20 |
line wrap: on
line diff
--- a/lib-src/make-docfile.c Mon Dec 27 17:18:28 2004 +0000 +++ b/lib-src/make-docfile.c Mon Dec 27 17:22:01 2004 +0000 @@ -43,11 +43,11 @@ #undef chdir #include <stdio.h> +#include <stdlib.h> #ifdef MSDOS #include <fcntl.h> #endif /* MSDOS */ #ifdef WINDOWSNT -#include <stdlib.h> #include <fcntl.h> #include <direct.h> #endif /* WINDOWSNT */
