changeset 2999:b2025ca5d7a5

Fixed missing include for SDL_INIT_EVENTTHREAD
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 23:48:23 +0000
parents d364ee9b9c15
children 61081db2385a
files src/video/SDL_video.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sun Jan 04 23:43:33 2009 +0000
+++ b/src/video/SDL_video.c	Sun Jan 04 23:48:23 2009 +0000
@@ -23,6 +23,7 @@
 
 /* The high-level video driver subsystem */
 
+#include "SDL.h"
 #include "SDL_video.h"
 #include "SDL_sysvideo.h"
 #include "SDL_blit.h"