util: Prevent implicit declaration of function getenv.

With MinGW cross compilation.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Acked-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
Jose Fonseca 2019-08-27 11:51:00 +01:00
parent 7029556398
commit 46f7b3662f

View file

@ -38,6 +38,7 @@
#endif
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#else