Patch to fix includes from Frank Zago

This commit is contained in:
Sam Lantinga 2011-02-15 16:41:04 -08:00
parent c1b336b8ee
commit 8abd1a0541
5 changed files with 10 additions and 11 deletions

View file

@ -29,7 +29,7 @@ static char rcsid =
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"
#include "../SDL_systhread.h"
int
SDL_SYS_CreateThread(SDL_Thread * thread, void *args)