summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/library.h6
-rw-r--r--include/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/include/library.h b/include/library.h
index 94c62923062a..2984de29d208 100644
--- a/include/library.h
+++ b/include/library.h
@@ -36,6 +36,12 @@
#ifndef LIBBC_PRIVATE_H
#define LIBBC_PRIVATE_H
+#ifndef _WIN32
+
+#include <pthread.h>
+
+#endif // _WIN32
+
#include <bcl.h>
#include <num.h>
diff --git a/include/version.h b/include/version.h
index 74b1dc72bd0c..4fbbe3c2acf4 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 6.0.2
+#define VERSION 6.0.4
#endif // BC_VERSION_H