mirror of
https://github.com/yawut/SDL.git
synced 2026-04-09 02:25:13 -05:00
Added pthread.h - necessary on some configurations
This commit is contained in:
parent
7ebebdb21d
commit
786dde16ba
|
|
@ -54,6 +54,7 @@ static char rcsid =
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h> /* For getpid() */
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
|
||||
/* Wrapper around POSIX 1003.1b semaphores */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user