summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:16:11 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:16:11 +0000
commit0ab6a608d9933186b064c3d25fe5abfa48018e8a (patch)
tree536a655d2d9d2f734e9186eb6bc3b58c31d54397 /malloc
parent0efeca916e97308c3c06c9ff7b7d81a761a78268 (diff)
2005-01-12 GOTO Masanori <gotom@debian.or.jp>
[BZ #650] * malloc/malloc.h: Always include features.h.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/malloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/malloc/malloc.h b/malloc/malloc.h
index 753539e7b0..d0fd967597 100644
--- a/malloc/malloc.h
+++ b/malloc/malloc.h
@@ -20,9 +20,7 @@
#ifndef _MALLOC_H
#define _MALLOC_H 1
-#ifdef _LIBC
#include <features.h>
-#endif
/*
$Id$