From 68e2af8fea14452d9436d1c996efeb556b6ffc03 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 24 Nov 2017 09:57:54 -0800 Subject: [PATCH] plzip: fix pthread build failure (#208) --- plzip/pthread.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plzip/pthread.diff diff --git a/plzip/pthread.diff b/plzip/pthread.diff new file mode 100644 index 00000000..0ece1f1f --- /dev/null +++ b/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 . + */ + ++#include ++ + #ifndef LZ_API_VERSION + #define LZ_API_VERSION 1 + #endif