Now works "out of the box" on BSDI

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40272
This commit is contained in:
Sam Lantinga 2002-01-22 18:28:35 +00:00
parent a3b1aa2dde
commit d8881664ba

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 */