From: Gerd Moellmann Date: Sat, 20 May 2000 15:54:05 +0000 (+0000) Subject: (toplevel) [UNIX98_PTYS]: Include stdlib.h. X-Git-Tag: emacs-pretest-21.0.90~3851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f22ac298de79df6357be3cffea999ffe9dffa861;p=emacs.git (toplevel) [UNIX98_PTYS]: Include stdlib.h. --- diff --git a/src/process.c b/src/process.c index 0c8211e6c4d..6972ba0c255 100644 --- a/src/process.c +++ b/src/process.c @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ #include #endif -#ifdef WINDOWSNT +#if defined(WINDOWSNT) || defined(UNIX98_PTYS) #include #include #endif /* not WINDOWSNT */