Commit 21668ad7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winecoreaudio: Protect pthread.h inclusion.

parent 5629f74d
...@@ -32,7 +32,9 @@ ...@@ -32,7 +32,9 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
#include <fcntl.h> #include <fcntl.h>
#include <pthread.h> #ifdef HAVE_PTHREAD_H
# include <pthread.h>
#endif
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
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