diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-02-17 23:59:06 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:32:29 -0700 |
commit | 0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb (patch) | |
tree | b8fe526831f4650cdc1266a430487ae98407c5e4 /namedev.c | |
parent | a638109dfa2e99c31c74ce107940c8171027ba2e (diff) |
[PATCH] udev use new libsysfs header file location
Use the new location of libsysfs header files.
Diffstat (limited to 'namedev.c')
-rw-r--r-- | namedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,13 +32,13 @@ #include <time.h> #include <sys/wait.h> #include <sys/stat.h> +#include <sysfs/libsysfs.h> #include "list.h" #include "udev.h" #include "udev_version.h" #include "logging.h" #include "namedev.h" -#include "libsysfs/libsysfs.h" #include "klibc_fixups.h" static struct sysfs_attribute *find_sysfs_attribute(struct sysfs_class_device *class_dev, struct sysfs_device *sysfs_device, char *attr); |