From 08cbc37161d709f28afe910a2a5b513f67141afa Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 21 Sep 2002 17:40:47 +0000 Subject: [PATCH] Removed warning. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@55 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/dcqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c b/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c index 649eb55ed..48482ceb2 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c +++ b/sc2/src/sc2code/libs/graphics/sdl/dcqueue.c @@ -20,6 +20,7 @@ #include "sdl_common.h" #include "libs/threadlib.h" +#include "SDL_thread.h" Semaphore DCQ_sem;