Add includes for windows' getenv/putenv/free

This commit is contained in:
def 2015-08-26 03:50:01 +02:00
parent 5a42d90ee6
commit 3e9b8a62ce
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#endif
#include <base/detect.h>
#include <stdlib.h>
#include "SDL.h"
#include "SDL_syswm.h"
#if defined(__ANDROID__)

View file

@ -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>