Including pthread.h in xorriso_private.h to define pthread_mutex_t on OpenBSD
This commit is contained in:
parent
7f519b7356
commit
46c20bbaf7
@ -34,6 +34,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* for pthread_mutex_t on OpenBSD */
|
||||
#include <pthread.h>
|
||||
|
||||
|
||||
/** The source code release timestamp */
|
||||
#include "xorriso_timestamp.h"
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2016.07.20.083654"
|
||||
#define Xorriso_timestamP "2016.07.21.103607"
|
||||
|
Loading…
Reference in New Issue
Block a user