Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 18, 2024
1 parent d29a0e3 commit 34c6011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file/SDL_iostream.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*/
#include "SDL_internal.h"

#include "SDL_iostream_c.h"

#if defined(SDL_PLATFORM_WINDOWS)
#include "../core/windows/SDL_windows.h"
#endif
Expand All @@ -35,6 +33,8 @@
#include <limits.h>
#endif

#include "SDL_iostream_c.h"

/* This file provides a general interface for SDL to read and write
data sources. It can easily be extended to files, memory, etc.
*/
Expand Down

0 comments on commit 34c6011

Please sign in to comment.