From 73e35f4933717c9d95b4d92acdaef72de31d7045 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 23 Nov 2005 07:07:19 +0000 Subject: [PATCH] Added #include "SDL_loadso.h" to SDL.h. --- include/SDL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL.h b/include/SDL.h index 27b3d3550..9c9f3753d 100644 --- a/include/SDL.h +++ b/include/SDL.h @@ -43,6 +43,7 @@ static char rcsid = #include "SDL_video.h" #include "SDL_byteorder.h" #include "SDL_version.h" +#include "SDL_loadso.h" #include "begin_code.h" /* Set up for C function definitions, even when using C++ */