aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2011-05-31 18:08:15 +0200
committerMax Horn2011-05-31 18:08:25 +0200
commitc86a6c466fabe31fbf36363aa8d0ac8ea6001b9f (patch)
tree76609a3db7b6d5b7911e4511d017e1345991649c
parent05ac17f7b95dd9a5d7d65791835eb6b356f05460 (diff)
downloadscummvm-rg350-c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f.tar.gz
scummvm-rg350-c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f.tar.bz2
scummvm-rg350-c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f.zip
COMMON: Include SDL_endian.h instead of SDL_byteorder.h
-rw-r--r--common/scummsys.h2
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