summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/filemode.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/filemode.c')
-rw-r--r--cpukit/libmisc/shell/filemode.c4
1 files changed, 4 insertions, 0 deletions
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 */