Skip to content
Snippets Groups Projects
Commit 9138dce3 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard
Browse files

libport: Include stdlib.h on MSVC for getenv.

parent 2f3c474e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment