From d8881664ba68ca6f4d8ce58a0d0e4bdac65e4f2d 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 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40272 --- 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 */