fix missing header of pthread.h

This commit is contained in:
Frozen 2019-12-20 11:45:11 +08:00
parent c04a890124
commit bf683119fa
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ extern "C" {
#endif
#include <stdint.h>
#include <pthread.h>
#define tsetModuleStatus(mod) \
{ tsModuleStatus |= (1 << mod); }