[sched/pthread/pthread_kill] Add missed header for enabled CONFIG_SCHED_HAVE_PARENT
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
This commit is contained in:
parent
c33d61e00e
commit
4a16bc6924
|
@ -47,6 +47,7 @@
|
|||
|
||||
#include <nuttx/sched.h>
|
||||
|
||||
#include "sched/sched.h"
|
||||
#include "signal/signal.h"
|
||||
|
||||
/************************************************************************
|
||||
|
|
Loading…
Reference in New Issue