Skip to content

Commit

Permalink
Added pthread.h - necessary on some configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed May 10, 2001
1 parent b460a94 commit ec59fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thread/linux/SDL_syssem.c
Expand Up @@ -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 */
Expand Down

0 comments on commit ec59fb5

Please sign in to comment.