changeset 1335:c39265384763

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.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Feb 2006 17:28:04 +0000
parents 37d43bd654d7
children 3692456e7b0f
files include/SDL.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL.h	Mon Feb 06 17:26:47 2006 +0000
+++ b/include/SDL.h	Mon Feb 06 17:28:04 2006 +0000
@@ -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"