changeset 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 37fa1484f71b
children d1447a846d80
files src/thread/bsdi/SDL_syssem.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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 */