diff src/thread/bsdi/SDL_syssem.c @ 271:9631db4d9ee1

Now works "out of the box" on BSDI
author Sam Lantinga <slouken@libsdl.org>
date Tue, 22 Jan 2002 18:28:35 +0000
parents 640dcf27d2f7
children f6ffac90895c
line wrap: on
line diff
--- a/src/thread/bsdi/SDL_syssem.c	Fri Jan 18 22:02:03 2002 +0000
+++ b/src/thread/bsdi/SDL_syssem.c	Tue Jan 22 18:28:35 2002 +0000
@@ -266,7 +266,6 @@
  */
 
 #include <errno.h>
-#include <semaphore.h>
 #include <pthread.h>
 
 /* Begin thread_private.h kluge */