diff options
Diffstat (limited to 'include/library.h')
| -rw-r--r-- | include/library.h | 6 |
1 files changed, 6 insertions, 0 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> |
