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. */
|
contain conflicting prototypes for getopt. */
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
#elif defined _MSC_VER
|
||||||
|
# include <stdlib.h>
|
||||||
#endif /* GNU C library. */
|
#endif /* GNU C library. */
|
||||||
|
|
||||||
#ifdef VMS
|
#ifdef VMS
|
||||||
|
|
Loading…
Reference in New Issue