From: Roland McGrath Date: Wed, 16 Feb 2005 10:16:11 +0000 (+0000) Subject: 2005-01-12 GOTO Masanori X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab6a608d9933186b064c3d25fe5abfa48018e8a;p=thirdparty%2Fglibc.git 2005-01-12 GOTO Masanori [BZ #650] * malloc/malloc.h: Always include features.h. --- diff --git a/malloc/malloc.h b/malloc/malloc.h index 753539e7b0f..d0fd967597c 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -20,9 +20,7 @@ #ifndef _MALLOC_H #define _MALLOC_H 1 -#ifdef _LIBC #include -#endif /* $Id$