From 61d176b31bc04fa988df760aaee04c9e54607bb3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Jan 2005 06:21:17 +0000 Subject: 2005-01-27 Ralf Corsepius * libmisc/fsmount/fsmount.c: Include config.h. --- cpukit/ChangeLog | 4 ++++ cpukit/libmisc/fsmount/fsmount.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ccbbde3bbb..1c255e2676 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2005-01-27 Ralf Corsepius + + * libmisc/fsmount/fsmount.c: Include config.h. + 2005-01-27 Ralf Corsepius * score/src/apiext.c, score/src/chain.c, score/src/coremsg.c, diff --git a/cpukit/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c index 0d5e388f62..7d1bf09139 100644 --- a/cpukit/libmisc/fsmount/fsmount.c +++ b/cpukit/libmisc/fsmount/fsmount.c @@ -21,6 +21,11 @@ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | 02.07.03 creation doe | \*===============================================================*/ + +#ifndef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3