Skip to content

Commit

Permalink
Fixed warning: no previous prototype for function
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 18, 2024
1 parent 7a924b3 commit d29a0e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file/SDL_iostream.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/stdlib/SDL_getenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d29a0e3

Please sign in to comment.