From 579f1dbca962a2a03df54f69fdc6e9423f91f20e Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 17 Jul 2013 01:00:01 +0200 Subject: [PATCH] _G_config.h: don't include is just fine and it doesn't break the use of libroot headers when compiling something with -nostdinc++ (in C++ mode). Not particularly important, but this gets compiling the libio C++ stuff when building a native gcc a bit further. It still fails, since our header is actually not usable (it includes , which is not available in Haiku) -- something we should fix eventually. --- headers/glibc/_G_config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/headers/glibc/_G_config.h b/headers/glibc/_G_config.h index d7bc779ad2..b202b04222 100644 --- a/headers/glibc/_G_config.h +++ b/headers/glibc/_G_config.h @@ -23,11 +23,7 @@ #define __need_wint_t #define __need_NULL #define __need_ptrdiff_t -#ifdef __cplusplus -# include -#else -# include -#endif +#include //#include