Mercurial > sdl-ios-xcode
changeset 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 | 4f22a992f5e9 |
children | 8cc4dbfab9ab |
files | src/thread/linux/SDL_syssem.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 */