From: greg@kroah.com Date: Tue, 24 Feb 2004 03:06:49 +0000 (-0800) Subject: [PATCH] fix up libsysfs header file usage to fix bug reports from users that have... X-Git-Tag: 019~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df41554d990fd9e69495253b4dc1979c6cd8621f;p=systemd [PATCH] fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already. --- diff --git a/libsysfs/sysfs.h b/libsysfs/sysfs.h index 49c9285b..1b800ddc 100644 --- a/libsysfs/sysfs.h +++ b/libsysfs/sysfs.h @@ -31,6 +31,7 @@ #include #include #include +#include "dlist.h" /* Debugging */ #ifdef DEBUG diff --git a/libsysfs/sysfs/libsysfs.h b/libsysfs/sysfs/libsysfs.h index 10faab92..f3d2dd4d 100644 --- a/libsysfs/sysfs/libsysfs.h +++ b/libsysfs/sysfs/libsysfs.h @@ -24,7 +24,6 @@ #define _LIBSYSFS_H_ #include -#include "dlist.h" /* * Generic #defines go here.. @@ -47,6 +46,8 @@ #define SYSFS_METHOD_SHOW 0x01 /* attr can be read by user */ #define SYSFS_METHOD_STORE 0x02 /* attr can be changed by user */ +struct dlist; + struct sysfs_attribute { unsigned char *value; unsigned short len; /* value length */