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.c | |
parent | a41a0e28c2ba0abf99b5e7ea17645ae0e4f05758 (diff) |
[PATCH] make libsysfs build cleanly
Diffstat (limited to 'libsysfs/dlist.c')
-rw-r--r-- | libsysfs/dlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsysfs/dlist.c b/libsysfs/dlist.c index 6dfcf726ba..a94ab1f854 100644 --- a/libsysfs/dlist.c +++ b/libsysfs/dlist.c @@ -27,6 +27,7 @@ * delete function. Otherwise dlist will just use free. */ +#include <stdlib.h> #include "dlist.h" /* |