# HG changeset patch # User Sam Lantinga # Date 1294687327 28800 # Node ID d2247eb39fab99e2ade66d8849004a7edc607300 # Parent 379361d5e4257907ccc8e42474325f29172c193b Need to include SDL_main.h ... eh, just include everything. :) diff -r 379361d5e425 -r d2247eb39fab test/testspriteminimal.c --- a/test/testspriteminimal.c Sun Jan 09 08:35:18 2011 -0800 +++ b/test/testspriteminimal.c Mon Jan 10 11:22:07 2011 -0800 @@ -4,8 +4,7 @@ #include #include -#include "SDL_events.h" -#include "SDL_video.h" +#include "SDL.h" #define WINDOW_WIDTH 640 #define WINDOW_HEIGHT 480