mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
libport: Include stdlib.h on MSVC for getenv.
This commit is contained in:
parent
2f3c474e41
commit
9138dce367
@ -73,6 +73,8 @@
|
||||
contain conflicting prototypes for getopt. */
|
||||
# include <stdlib.h>
|
||||
# include <unistd.h>
|
||||
#elif defined _MSC_VER
|
||||
# include <stdlib.h>
|
||||
#endif /* GNU C library. */
|
||||
|
||||
#ifdef VMS
|
||||
|
Loading…
Reference in New Issue
Block a user