mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-12 22:25:06 +00:00
#include <pthread.h> to get pthread_attr_t definition
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_PTHREADS
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
# include <fcntl.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user