summaryrefslogtreecommitdiff
path: root/libsysfs/dlist.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-05 07:16:21 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:48:48 -0700
commit733677e2c21b1ea3789c5296c84c1730d9ce498d (patch)
treefbc1136c4c8cc4f225b23b8211d953f75a617ce3 /libsysfs/dlist.h
parent03fd7a3ad3438c7ae4525215ac58c3d94133cc35 (diff)
[PATCH] klibc_fixups: remove unneeded stuff
Diffstat (limited to 'libsysfs/dlist.h')
-rw-r--r--libsysfs/dlist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libsysfs/dlist.h b/libsysfs/dlist.h
index 9e3a6c96de..62eaa9fec4 100644
--- a/libsysfs/dlist.h
+++ b/libsysfs/dlist.h
@@ -50,9 +50,10 @@
* Just use the dlist_(insert|delete)_(before|after) macros if you do not want
* to think about it.
-
*/
-#include <malloc.h>
+
+#include <stddef.h>
+
typedef struct dl_node {
struct dl_node *prev;
struct dl_node *next;