From 73be5737eee60d426d7eed0e1d9ed1402925776a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 22 Jan 2002 18:28:35 +0000 Subject: [PATCH] Now works "out of the box" on BSDI --- src/thread/bsdi/SDL_syssem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thread/bsdi/SDL_syssem.c b/src/thread/bsdi/SDL_syssem.c index 56faeef2e..607b7f67b 100644 --- a/src/thread/bsdi/SDL_syssem.c +++ b/src/thread/bsdi/SDL_syssem.c @@ -266,7 +266,6 @@ int SDL_SemPost(SDL_sem *sem) */ #include -#include #include /* Begin thread_private.h kluge */