diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-20 13:15:26 +0200 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:06:44 -0700 |
commit | 993a633ab848487b8e546f66087595e2dc5aa4af (patch) | |
tree | ee1303c8a6b13cbcc9ac97f7a58bcc67d1aee2fd /libsysfs/sysfs | |
parent | f8c1ccde6aaf08c858616c9a8a83c06d609f52f5 (diff) |
[PATCH] update to libsysfs 1.2.0 and add some stuff klib_fixup
Diffstat (limited to 'libsysfs/sysfs')
-rw-r--r-- | libsysfs/sysfs/libsysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsysfs/sysfs/libsysfs.h b/libsysfs/sysfs/libsysfs.h index 11cffae045..29194f61a6 100644 --- a/libsysfs/sysfs/libsysfs.h +++ b/libsysfs/sysfs/libsysfs.h @@ -25,6 +25,7 @@ #include <sys/types.h> #include <string.h> +#include "dlist.h" /* * Defines to prevent buffer overruns |