Commit 9138dce3 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

libport: Include stdlib.h on MSVC for getenv.

parent 2f3c474e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment