提交 bf683119 编写于 作者: F Frozen

fix missing header of pthread.h

上级 c04a8901
...@@ -21,6 +21,7 @@ extern "C" { ...@@ -21,6 +21,7 @@ extern "C" {
#endif #endif
#include <stdint.h> #include <stdint.h>
#include <pthread.h>
#define tsetModuleStatus(mod) \ #define tsetModuleStatus(mod) \
{ tsModuleStatus |= (1 << mod); } { tsModuleStatus |= (1 << mod); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册