--- parser3/src/include/pa_config_includes.h 2016/12/26 20:04:05 1.50 +++ parser3/src/include/pa_config_includes.h 2020/12/15 00:37:02 1.65 @@ -1,7 +1,7 @@ /** @file Parser: includes all Configure-d headers - Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -96,6 +96,10 @@ # include #endif +#ifdef HAVE_PTHREAD_H +# include +#endif + #ifdef HAVE_ERRNO_H # include #endif @@ -184,9 +188,32 @@ inline size_t max(size_t a, size_t b) { inline size_t min(size_t a, size_t b){ return a