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 /udev.c | |
parent | a638109dfa2e99c31c74ce107940c8171027ba2e (diff) |
[PATCH] udev use new libsysfs header file location
Use the new location of libsysfs header files.
Diffstat (limited to 'udev.c')
-rw-r--r-- | udev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,7 @@ #include <errno.h> #include <ctype.h> #include <signal.h> +#include <sysfs/libsysfs.h> #include "udev.h" #include "udev_version.h" @@ -33,7 +34,6 @@ #include "logging.h" #include "namedev.h" #include "udevdb.h" -#include "libsysfs/libsysfs.h" /* global variables */ char **main_argv; |