Including pthread.h in xorriso_private.h to define pthread_mutex_t on OpenBSD
This commit is contained in:
parent
9f66f7301b
commit
4fabd96d4a
@ -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