From 575babcf497c56bb61c8e45d1d6715219ce4510a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 12:29:02 +0000 Subject: Include "config.h". --- cpukit/libmisc/shell/filemode.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/libmisc/shell/filemode.c') diff --git a/cpukit/libmisc/shell/filemode.c b/cpukit/libmisc/shell/filemode.c index 7142b3583e..9a5d0440b4 100644 --- a/cpukit/libmisc/shell/filemode.c +++ b/cpukit/libmisc/shell/filemode.c @@ -27,6 +27,10 @@ * SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; #endif /* LIBC_SCCS and not lint */ -- cgit v1.2.3