From 34188f9e14a720a990d22355abd7bb83e4574ae9 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 7 Jan 2003 18:11:11 +0000 Subject: [PATCH] renamed Thread to thread as else the linux filesystem couldn't find it Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@625 --- src/gui/sdlmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 5ef50cc7..f9387e87 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -19,7 +19,7 @@ #include #include #include "SDL.h" -#include "SDL_Thread.h" +#include "SDL_thread.h" #include "dosbox.h" #include "video.h"