chiark / gitweb /
[PATCH] fix up libsysfs header file usage to fix bug reports from users that have...
[elogind.git] / libsysfs / sysfs / libsysfs.h
index 10faab92aa395b0263b7b43730b61602c50c6e20..f3d2dd4d168d7713a470a0425a66412927033595 100644 (file)
@@ -24,7 +24,6 @@
 #define _LIBSYSFS_H_
 
 #include <sys/types.h>
-#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 */