diff options
author | greg@kroah.com <greg@kroah.com> | 2004-02-23 19:06:49 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:32:29 -0700 |
commit | df41554d990fd9e69495253b4dc1979c6cd8621f (patch) | |
tree | 44f7b0514149beb36a2c59e3f309b4933499a650 /libsysfs/sysfs.h | |
parent | 75a7b641ab766b14f4e5f3689b47486c7fdba694 (diff) |
[PATCH] fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already.
Diffstat (limited to 'libsysfs/sysfs.h')
-rw-r--r-- | libsysfs/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsysfs/sysfs.h b/libsysfs/sysfs.h index 49c9285bc3..1b800ddcd2 100644 --- a/libsysfs/sysfs.h +++ b/libsysfs/sysfs.h @@ -31,6 +31,7 @@ #include <sys/stat.h> #include <fcntl.h> #include <errno.h> +#include "dlist.h" /* Debugging */ #ifdef DEBUG |