diff options
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 18e21a2bc3..62e244585a 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -145,7 +145,7 @@ #if !defined(HAVE_CONFIG_H) #if defined(SDL_BACKEND) /* need this for the SDL_BYTEORDER define */ - #include <SDL_byteorder.h> + #include <SDL_endian.h> #if SDL_BYTEORDER == SDL_LIL_ENDIAN #define SCUMM_LITTLE_ENDIAN |