Commit ed954cec authored by Sam Lantinga's avatar Sam Lantinga

Fixed missing include for SDL_INIT_EVENTTHREAD

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403461
parent 7c0f19e5
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment