X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=thread-utils.h;h=6fb98c333c22a67512516bbf047c2cac270a66ae;hb=a3f5e7a32ec2d885fe6ff7fc14ee91de391f1d72;hp=1727a03333b80f2a01ca029162a4b511480a86e8;hpb=26517dea245cc6332ffb80cf7747f6c211aa2e4d;p=git.git diff --git a/thread-utils.h b/thread-utils.h index 1727a0333..6fb98c333 100644 --- a/thread-utils.h +++ b/thread-utils.h @@ -1,7 +1,11 @@ #ifndef THREAD_COMPAT_H #define THREAD_COMPAT_H +#ifndef NO_PTHREADS +#include + extern int online_cpus(void); extern int init_recursive_mutex(pthread_mutex_t*); +#endif #endif /* THREAD_COMPAT_H */