diff options
| author | Andrew Kurushin | 2006-05-23 16:49:46 +0000 | 
|---|---|---|
| committer | Andrew Kurushin | 2006-05-23 16:49:46 +0000 | 
| commit | 36957a2c50fdd3fc0195981cedf4cc65f24f8a95 (patch) | |
| tree | 9f9340d3647ddfaf0519c769354ffb81324af7a3 /backends | |
| parent | f38af30d6a42cde9491ff96f742f5027d5587253 (diff) | |
| download | scummvm-rg350-36957a2c50fdd3fc0195981cedf4cc65f24f8a95.tar.gz scummvm-rg350-36957a2c50fdd3fc0195981cedf4cc65f24f8a95.tar.bz2 scummvm-rg350-36957a2c50fdd3fc0195981cedf4cc65f24f8a95.zip  | |
fix VC & SDL 1.2.10 compilation error
svn-id: r22585
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/sdl/sdl-common.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index 3e01a59510..b0d82e7e70 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -24,13 +24,14 @@  #ifndef SDL_COMMON_H  #define SDL_COMMON_H +#include <SDL.h> +  #include "common/stdafx.h"  #include "common/scummsys.h"  #include "common/system.h"  #include "graphics/scaler.h"  #include "backends/intern.h" -#include <SDL.h>  #if !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)  // Uncomment this to enable the 'on screen display' code.  | 
