Commit 22f0ac25 authored by Sam Lantinga's avatar Sam Lantinga

Added pthread.h - necessary on some configurations

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4019
parent 24bdaa54
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment