From 9c49db4d6af57d99c60743dd41c3c6af427d3bb2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Jan 2001 18:26:44 +0000 Subject: 2001-01-08 Ralf Corsepius * configure.in: Add libc/config.h * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h * libc/.cvsignore: Add config.h and stamp-h * libc/*.c: Add config.h support. --- cpukit/libcsupport/src/newlibc.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/newlibc.c') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index 2e68383867..41c9359200 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -13,6 +13,10 @@ * */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ #include @@ -331,7 +335,7 @@ libc_init(int reentrant) * */ -#include +#include #if !defined(RTEMS_UNIX) void _exit(int status) -- cgit v1.2.3