From 3e9b8a62cec7c939d22efdd15485e6de1f1f057d Mon Sep 17 00:00:00 2001 From: def Date: Wed, 26 Aug 2015 03:50:01 +0200 Subject: [PATCH] Add includes for windows' getenv/putenv/free --- src/engine/client/backend_sdl.cpp | 1 + src/engine/client/input.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/engine/client/backend_sdl.cpp b/src/engine/client/backend_sdl.cpp index e37328b10..9f4cfaf0d 100644 --- a/src/engine/client/backend_sdl.cpp +++ b/src/engine/client/backend_sdl.cpp @@ -7,6 +7,7 @@ #endif #include +#include #include "SDL.h" #include "SDL_syswm.h" #if defined(__ANDROID__) diff --git a/src/engine/client/input.cpp b/src/engine/client/input.cpp index b9917fb60..c84e798bc 100644 --- a/src/engine/client/input.cpp +++ b/src/engine/client/input.cpp @@ -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 #include #include