Now works "out of the box" on BSDI

This commit is contained in:
Sam Lantinga
2002-01-22 18:28:35 +00:00
parent 929836e200
commit 73be5737ee

View File

@@ -266,7 +266,6 @@ int SDL_SemPost(SDL_sem *sem)
*/
#include <errno.h>
#include <semaphore.h>
#include <pthread.h>
/* Begin thread_private.h kluge */