summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-11-29 10:54:12 -0600
committerJoel Sherrill <joel@rtems.org>2018-11-29 10:54:12 -0600
commitd6d40024b3ec017b8640b569a1aa1269e9321a48 (patch)
tree7f078a94c4ed2511aa035b7b3597e589ea61f29c /bsps
parentlpc23xx_tli800-testsuite.tcfg: Add dl07 (diff)
downloadrtems-d6d40024b3ec017b8640b569a1aa1269e9321a48.tar.bz2
bfin/shared/dev/clock.c: Include rtems/score/thread.h
Diffstat (limited to 'bsps')
-rw-r--r--bsps/bfin/shared/dev/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/bfin/shared/dev/clock.c b/bsps/bfin/shared/dev/clock.c
index d46ab3581e..3463858b39 100644
--- a/bsps/bfin/shared/dev/clock.c
+++ b/bsps/bfin/shared/dev/clock.c
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <rtems/libio.h>
#include <rtems/score/percpu.h>
+#include <rtems/score/thread.h>
#include <bsp.h>
#include <rtems/clockdrv.h>