From a8a4e7c09ff6c5ee6347d8a8dd08c1da6803f7be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 28 Mar 2010 17:08:19 +0000 Subject: [PATCH] 2010-03-28 Joel Sherrill * score/src/isrthreaddispatch.c: Add include of config.h --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/isrthreaddispatch.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ea53746cc9..281aac3543 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-03-28 Joel Sherrill + + * score/src/isrthreaddispatch.c: Add include of config.h + 2010-03-28 Ralf Corsépius * libmisc/stringto/stringto_template.h: Reorder includes. diff --git a/cpukit/score/src/isrthreaddispatch.c b/cpukit/score/src/isrthreaddispatch.c index 3fd33409f2..d07b5f3c8c 100644 --- a/cpukit/score/src/isrthreaddispatch.c +++ b/cpukit/score/src/isrthreaddispatch.c @@ -20,6 +20,9 @@ * http://www.rtems.com/license/LICENSE. */ +# +# $Id$ +# #include #include