Including pthread.h in xorriso_private.h to define pthread_mutex_t on OpenBSD

This commit is contained in:
Thomas Schmitt 2016-07-21 10:36:14 +00:00
parent 9f66f7301b
commit 4fabd96d4a
2 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,9 @@
#endif #endif
#endif #endif
/* for pthread_mutex_t on OpenBSD */
#include <pthread.h>
/** The source code release timestamp */ /** The source code release timestamp */
#include "xorriso_timestamp.h" #include "xorriso_timestamp.h"

View File

@ -1 +1 @@
#define Xorriso_timestamP "2016.07.20.083654" #define Xorriso_timestamP "2016.07.21.103607"