Skip to content

Commit

Permalink
plzip: fix pthread build failure (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Nov 24, 2017
1 parent 48bd0fd commit 68e2af8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plzip/pthread.diff
@@ -0,0 +1,13 @@
diff --git a/lzip.h b/lzip.h
index ee09d33..a054a06 100644
--- a/lzip.h
+++ b/lzip.h
@@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

+#include <pthread.h>
+
#ifndef LZ_API_VERSION
#define LZ_API_VERSION 1
#endif

0 comments on commit 68e2af8

Please sign in to comment.