summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutex.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-27 05:57:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-27 05:57:05 +0000
commita8eed2387c28bb56ada10f815874cc55b8d820a5 (patch)
tree88a38afe4060bea6f2c179f87ff8cfce6e359d11 /cpukit/score/src/coremutex.c
parent2005-01-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a8eed2387c28bb56ada10f815874cc55b8d820a5.tar.bz2
Include config.h.
Diffstat (limited to 'cpukit/score/src/coremutex.c')
-rw-r--r--cpukit/score/src/coremutex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c
index 8e8b7456d8..ea187d9290 100644
--- a/cpukit/score/src/coremutex.c
+++ b/cpukit/score/src/coremutex.c
@@ -16,6 +16,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/coremutex.h>