From 786dde16bacaef573caae4ff948782cf10e2c5cb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 10 May 2001 18:31:21 +0000 Subject: [PATCH] Added pthread.h - necessary on some configurations --- src/thread/linux/SDL_syssem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread/linux/SDL_syssem.c b/src/thread/linux/SDL_syssem.c index b62038d67..b272abf00 100644 --- a/src/thread/linux/SDL_syssem.c +++ b/src/thread/linux/SDL_syssem.c @@ -54,6 +54,7 @@ static char rcsid = #include #include #include /* For getpid() */ +#include #include /* Wrapper around POSIX 1003.1b semaphores */