summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-28 17:08:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-28 17:08:54 +0000
commit5c541d43114f346487866214a68c9bb03d47bceb (patch)
tree6a4bc82ea23bf20778717411c12c1ca0a5946326 /cpukit/score
parent2010-03-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5c541d43114f346487866214a68c9bb03d47bceb.tar.bz2
Fix.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/isrthreaddispatch.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/score/src/isrthreaddispatch.c b/cpukit/score/src/isrthreaddispatch.c
index d07b5f3c8c..229c1fa70e 100644
--- a/cpukit/score/src/isrthreaddispatch.c
+++ b/cpukit/score/src/isrthreaddispatch.c
@@ -20,9 +20,10 @@
* http://www.rtems.com/license/LICENSE.
*/
-#
-# $Id$
-#
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#include <rtems/score/apiext.h>