winecoreaudio: Protect pthread.h inclusion.

oldstable
Francois Gouget 2006-06-23 18:28:42 +02:00 committed by Alexandre Julliard
parent 5629f74d0d
commit 21668ad76a
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@
# include <unistd.h>
#endif
#include <fcntl.h>
#include <pthread.h>
#ifdef HAVE_PTHREAD_H
# include <pthread.h>
#endif
#include "windef.h"
#include "winbase.h"