diff --git a/src/file/SDL_iostream.c b/src/file/SDL_iostream.c index bb14e090ac..950120c874 100644 --- a/src/file/SDL_iostream.c +++ b/src/file/SDL_iostream.c @@ -20,6 +20,8 @@ */ #include "SDL_internal.h" +#include "SDL_iostream_c.h" + #if defined(SDL_PLATFORM_WINDOWS) #include "../core/windows/SDL_windows.h" #endif diff --git a/src/stdlib/SDL_getenv.c b/src/stdlib/SDL_getenv.c index 98dabe6708..6b691e3df1 100644 --- a/src/stdlib/SDL_getenv.c +++ b/src/stdlib/SDL_getenv.c @@ -21,6 +21,7 @@ #include "SDL_internal.h" #include "../SDL_hashtable.h" +#include "SDL_getenv_c.h" #if defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINGDK) #include "../core/windows/SDL_windows.h"