comparison src/callproc.c @ 25521:8aec1d72cac4

Delete the system-independent include of stdlib.h (leaving only the one in the WINDOWSNT conditional).
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Sep 1999 18:26:26 +0000
parents 824b89fca192
children c675d8210bda
comparison
equal deleted inserted replaced
25520:e4c237a5a833 25521:8aec1d72cac4
38 38
39 #include <sys/file.h> 39 #include <sys/file.h>
40 #ifdef USG5 40 #ifdef USG5
41 #define INCLUDED_FCNTL 41 #define INCLUDED_FCNTL
42 #include <fcntl.h> 42 #include <fcntl.h>
43 #endif
44
45 #ifdef HAVE_STDLIB_H
46 #include <stdlib.h>
47 #endif 43 #endif
48 44
49 #ifdef WINDOWSNT 45 #ifdef WINDOWSNT
50 #define NOMINMAX 46 #define NOMINMAX
51 #include <windows.h> 47 #include <windows.h>