summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-28 17:08:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-28 17:08:19 +0000
commita8a4e7c09ff6c5ee6347d8a8dd08c1da6803f7be (patch)
tree56a45424858f7c316d210b8a81cec1f97bfcee08 /cpukit/score/src
parent2010-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a8a4e7c09ff6c5ee6347d8a8dd08c1da6803f7be.tar.bz2
2010-03-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/isrthreaddispatch.c: Add include of config.h
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/isrthreaddispatch.c3
1 files changed, 3 insertions, 0 deletions
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 <rtems.h>
#include <rtems/score/apiext.h>