# HG changeset patch # User Sam Lantinga # Date 989519481 0 # Node ID d9e3595b63d5480b0fe74ee3c77d580f3c2f6ce0 # Parent 4f22a992f5e9258f9246516577f00733f486249a Added pthread.h - necessary on some configurations diff -r 4f22a992f5e9 -r d9e3595b63d5 src/thread/linux/SDL_syssem.c --- 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 #include #include /* For getpid() */ +#include #include /* Wrapper around POSIX 1003.1b semaphores */