]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel) [UNIX98_PTYS]: Include stdlib.h.
authorGerd Moellmann <gerd@gnu.org>
Sat, 20 May 2000 15:54:05 +0000 (15:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 20 May 2000 15:54:05 +0000 (15:54 +0000)
src/process.c

index 0c8211e6c4d34970cd9023ca24c4974a5683fe91..6972ba0c255484e1d1eb53ecd5be923a2b7f3cfa 100644 (file)
@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA.  */
 #include <unistd.h>
 #endif
 
-#ifdef WINDOWSNT
+#if defined(WINDOWSNT) || defined(UNIX98_PTYS)
 #include <stdlib.h>
 #include <fcntl.h>
 #endif /* not WINDOWSNT */