diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 59017ec6..536d23b6 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -18,6 +18,8 @@ #include #include +#include + #include "SDL.h" #include "SDL_thread.h" @@ -551,6 +553,7 @@ int main(int argc, char* argv[]) { } /* Parse the config file */ control->ParseConfigFile(config_file.c_str()); + control->ParseEnv(environ); /* Init all the sections */ control->Init(); /* Some extra SDL Functions */