comparison src/process.c @ 29035:95e767e77a88

(toplevel) [UNIX98_PTYS]: Include stdlib.h.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 20 May 2000 15:54:05 +0000
parents 8f10362eb5ff
children 8a4552214d84
comparison
equal deleted inserted replaced
29034:a21179c97039 29035:95e767e77a88
42 #include <sys/stat.h> 42 #include <sys/stat.h>
43 #ifdef HAVE_UNISTD_H 43 #ifdef HAVE_UNISTD_H
44 #include <unistd.h> 44 #include <unistd.h>
45 #endif 45 #endif
46 46
47 #ifdef WINDOWSNT 47 #if defined(WINDOWSNT) || defined(UNIX98_PTYS)
48 #include <stdlib.h> 48 #include <stdlib.h>
49 #include <fcntl.h> 49 #include <fcntl.h>
50 #endif /* not WINDOWSNT */ 50 #endif /* not WINDOWSNT */
51 51
52 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ 52 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */