From 00f6d8e5e30859a5e1e596571b4bf4a664e8a6c3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 6 Feb 2006 17:28:04 +0000 Subject: [PATCH] SDL_config.h will eventually be a general feature set test, which will be useful for any program built with SDL on a given platform. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401339 --- include/SDL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL.h b/include/SDL.h index 18bd1226a..3f42bf828 100644 --- a/include/SDL.h +++ b/include/SDL.h @@ -25,6 +25,7 @@ #ifndef _SDL_H #define _SDL_H +#include "SDL_config.h" #include "SDL_main.h" #include "SDL_types.h" #include "SDL_getenv.h"