[PATCH 02/11] smp: Include missing header
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon May 27 10:58:07 UTC 2013
---
cpukit/score/include/rtems/bspsmp.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index 1996d51..e318cca 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -20,6 +20,8 @@
#ifndef _RTEMS_BSPSMP_H
#define _RTEMS_BSPSMP_H
+#include <rtems/score/cpuopts.h>
+
#if defined (RTEMS_SMP)
#include <rtems/score/percpu.h>
--
1.7.7
More information about the devel
mailing list