]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
The inclusion of pthread.h was missing
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 5 Aug 2006 12:30:03 +0000 (12:30 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 5 Aug 2006 12:30:03 +0000 (12:30 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6543 d7cf8633-e32d-0410-b094-e92efae38249

snd_coreaudio.c

index a7f711e7f3915f63b7933375f8882e0dff0c4223..669b82f180adb9ae9257f6ecd195653552124664 100644 (file)
@@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include <limits.h>
+#include <pthread.h>
 
 #include <CoreAudio/AudioHardware.h>