diff options
author | 2004-02-17 23:59:06 -0800 | |
---|---|---|
committer | 2005-04-26 21:32:29 -0700 | |
commit | 0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb (patch) | |
tree | b8fe526831f4650cdc1266a430487ae98407c5e4 /namedev.c | |
parent | [PATCH] mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier... (diff) | |
download | systemd-0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb.tar.gz systemd-0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb.tar.bz2 systemd-0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb.zip |
[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); |