diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-22 19:38:10 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:05:23 -0700 |
commit | bf0314e326319354c857a7e9150460ec239fb07d (patch) | |
tree | 31aa9d8fd2b7efb9904ac5f1fec9d5af43f4c837 /libsysfs/dlist.h | |
parent | a41a0e28c2ba0abf99b5e7ea17645ae0e4f05758 (diff) |
[PATCH] make libsysfs build cleanly
Diffstat (limited to 'libsysfs/dlist.h')
-rw-r--r-- | libsysfs/dlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsysfs/dlist.h b/libsysfs/dlist.h index 5da79f9ba2..83f67e8d44 100644 --- a/libsysfs/dlist.h +++ b/libsysfs/dlist.h @@ -52,7 +52,6 @@ * to think about it. */ -#include <malloc.h> typedef struct dl_node { struct dl_node *prev; struct dl_node *next; |