From a8eed2387c28bb56ada10f815874cc55b8d820a5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Jan 2005 05:57:05 +0000 Subject: Include config.h. --- cpukit/score/src/coremutex.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/score/src/coremutex.c') 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 #include #include -- cgit v1.2.3