Include missing <rtems/score/thread.h>

Update #3598.
This commit is contained in:
Sebastian Huber
2018-11-08 13:49:38 +01:00
parent 5841e0b851
commit 84aedcae3b
3 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include <libcpu/powerpc-utility.h>
#include <rtems/timecounter.h>
#include <rtems/score/percpu.h>
#include <rtems/score/thread.h>
#include <bspopts.h> /* for CLOCK_DRIVER_USE_FAST_IDLE */

View File

@@ -19,6 +19,7 @@
#include <bsp/vectors.h>
#include <rtems/score/thread.h>
#include <rtems/score/threaddispatch.h>
#include <inttypes.h>

View File

@@ -33,6 +33,8 @@
#include <rtems/debugger/rtems-debugger-server.h>
#include <rtems/score/thread.h>
#include "rtems-debugger-block.h"
#ifdef __cplusplus