From d961722cb0a4af2d801027779928946ce5c34ea1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 7 Oct 2006 06:09:24 +0000 Subject: Fix compilation. SDL.h is required for SDL_GetError() svn-id: r24160 --- backends/plugins/sdl/sdl-provider.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/plugins/sdl/sdl-provider.cpp b/backends/plugins/sdl/sdl-provider.cpp index 0021cf399c..1f7c906fd9 100644 --- a/backends/plugins/sdl/sdl-provider.cpp +++ b/backends/plugins/sdl/sdl-provider.cpp @@ -27,6 +27,7 @@ #include "backends/plugins/dynamic-plugin.h" #include "common/fs.h" +#include "SDL.h" #include "SDL_loadso.h" #define PLUGIN_DIRECTORY "plugins/" -- cgit v1.2.3