Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NoMallocThreadPool: include pthread if using pthread
Using clang with libc++ does not include pthread.h implicitly through <thread> by default, so using pthread_t will cause a compilation error. Signed-off-by: Christopher Degawa <ccom@randomderp.com>
- Loading branch information