mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +02:00
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:
parent
7029556398
commit
46f7b3662f
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#endif
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue