aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-20 15:54:05 +0000
committerGerd Moellmann2000-05-20 15:54:05 +0000
commitf22ac298de79df6357be3cffea999ffe9dffa861 (patch)
tree7954124655d1c5486b860f4a3cb2e5e09ce07249 /src
parentc4c9e136e8addf21a50012b308a359b6aa31cc94 (diff)
downloademacs-f22ac298de79df6357be3cffea999ffe9dffa861.tar.gz
emacs-f22ac298de79df6357be3cffea999ffe9dffa861.zip
(toplevel) [UNIX98_PTYS]: Include stdlib.h.
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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. */
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 */