We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c610792 commit 0f1bcb8Copy full SHA for 0f1bcb8
src/defunct.c
@@ -75,6 +75,7 @@ void rt_defunct_execute(void)
75
void (*cleanup)(struct rt_thread *tid);
76
77
#ifdef RT_USING_MODULE
78
+ #include <dlmodule.h>
79
struct rt_dlmodule *module = RT_NULL;
80
#endif
81
/* get defunct thread */
@@ -85,6 +86,7 @@ void rt_defunct_execute(void)
85
86
}
87
88
89
90
module = (struct rt_dlmodule *)thread->parent.module_id;
91
if (module)
92
{
0 commit comments