[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:
Anton D. Kachalov 2015-07-30 18:51:37 +03:00
parent c33d61e00e
commit 4a16bc6924
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#include <nuttx/sched.h> #include <nuttx/sched.h>
#include "sched/sched.h"
#include "signal/signal.h" #include "signal/signal.h"
/************************************************************************ /************************************************************************