From c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 31 May 2011 18:08:15 +0200 Subject: COMMON: Include SDL_endian.h instead of SDL_byteorder.h --- common/scummsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + #include #if SDL_BYTEORDER == SDL_LIL_ENDIAN #define SCUMM_LITTLE_ENDIAN -- cgit v1.2.3