fix missing header of pthread.h
This commit is contained in:
parent
c04a890124
commit
bf683119fa
|
@ -21,6 +21,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define tsetModuleStatus(mod) \
|
||||
{ tsModuleStatus |= (1 << mod); }
|
||||
|
|
Loading…
Reference in New Issue