]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-01-12 GOTO Masanori <gotom@debian.or.jp>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 10:16:11 +0000 (10:16 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 10:16:11 +0000 (10:16 +0000)
[BZ #650]
* malloc/malloc.h: Always include features.h.

malloc/malloc.h

index 753539e7b0fbb59584315054ae1781be66a53583..d0fd967597c5ef06acca9e615ec035370319420e 100644 (file)
@@ -20,9 +20,7 @@
 #ifndef _MALLOC_H
 #define _MALLOC_H 1
 
-#ifdef _LIBC
 #include <features.h>
-#endif
 
 /*
   $Id$