From 4fabd96d4a41484d2ba849757e287e6495657bbf Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 21 Jul 2016 10:36:14 +0000 Subject: [PATCH] Including pthread.h in xorriso_private.h to define pthread_mutex_t on OpenBSD --- xorriso/xorriso_private.h | 3 +++ xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index 2ea60032..9e9d651d 100644 --- a/xorriso/xorriso_private.h +++ b/xorriso/xorriso_private.h @@ -34,6 +34,9 @@ #endif #endif +/* for pthread_mutex_t on OpenBSD */ +#include + /** The source code release timestamp */ #include "xorriso_timestamp.h" diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 001e9610..16933f30 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2016.07.20.083654" +#define Xorriso_timestamP "2016.07.21.103607"