mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Add includes for windows' getenv/putenv/free
This commit is contained in:
parent
5a42d90ee6
commit
3e9b8a62ce
|
@ -7,6 +7,7 @@
|
|||
#endif
|
||||
|
||||
#include <base/detect.h>
|
||||
#include <stdlib.h>
|
||||
#include "SDL.h"
|
||||
#include "SDL_syswm.h"
|
||||
#if defined(__ANDROID__)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
|
||||
/* If you are missing that file, acquire a complete release at teeworlds.com. */
|
||||
#include "SDL.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <base/system.h>
|
||||
#include <engine/shared/config.h>
|
||||
|
|
Loading…
Reference in a new issue