# HG changeset patch # User Gerd Moellmann # Date 958838045 0 # Node ID 95e767e77a88365bef3754415ca1cc5e78f58332 # Parent a21179c970398bcf06c3269cdf1f2b0b754c9bd5 (toplevel) [UNIX98_PTYS]: Include stdlib.h. diff -r a21179c97039 -r 95e767e77a88 src/process.c --- a/src/process.c Sat May 20 15:51:46 2000 +0000 +++ b/src/process.c Sat May 20 15:54:05 2000 +0000 @@ -44,7 +44,7 @@ #include #endif -#ifdef WINDOWSNT +#if defined(WINDOWSNT) || defined(UNIX98_PTYS) #include #include #endif /* not WINDOWSNT */