libport: Include stdlib.h on MSVC for getenv.

This commit is contained in:
Stefan Dösinger 2013-12-19 15:11:38 +01:00 committed by Alexandre Julliard
parent 2f3c474e41
commit 9138dce367
1 changed files with 2 additions and 0 deletions

View File

@ -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