Mercurial > sdl-ios-xcode
diff src/thread/linux/SDL_syssem.c @ 18:d9e3595b63d5
Added pthread.h - necessary on some configurations
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 18:31:21 +0000 |
parents | 74212992fb08 |
children | ae6e6b73333f |
line wrap: on
line diff
--- a/src/thread/linux/SDL_syssem.c Thu May 10 18:10:19 2001 +0000 +++ b/src/thread/linux/SDL_syssem.c Thu May 10 18:31:21 2001 +0000 @@ -54,6 +54,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> /* For getpid() */ +#include <pthread.h> #include <semaphore.h> /* Wrapper around POSIX 1003.1b semaphores */