diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 311818cb77..a0f614f55e 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -36,6 +36,9 @@ #ifdef HAVE_CTYPE_H #include <ctype.h> #endif +#ifdef HAVE_PTHREAD_H +#include <pthread.h> +#endif #include <stdarg.h> #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> |