From 3be0c9afa328510da0c4c0dc6de82fb8359307f8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 22 Nov 2012 14:51:25 +0100 Subject: score: Add and use This file contains the parts of that are only necessary for the RTEMS implementation. --- cpukit/score/src/interr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/score/src/interr.c') diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index 50b3ffdde6..3e5eb79d6c 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -13,10 +13,9 @@ #include "config.h" #endif -#include #include #include -#include +#include System_state_Codes _System_state_Current; -- cgit v1.2.3