summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2004-02-17 23:59:06 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:29 -0700
commit0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb (patch)
treeb8fe526831f4650cdc1266a430487ae98407c5e4 /udev.h
parenta638109dfa2e99c31c74ce107940c8171027ba2e (diff)
downloadsystemd-0bad3406c1e8eba6d5af2cbfd44d8a61231fa2bb.tar.gz
[PATCH] udev use new libsysfs header file location
Use the new location of libsysfs header files.
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.h b/udev.h
index 1cd07852b4..b5088b90c6 100644
--- a/udev.h
+++ b/udev.h
@@ -23,7 +23,7 @@
#ifndef UDEV_H
#define UDEV_H
-#include "libsysfs/libsysfs.h"
+#include <sysfs/libsysfs.h>
#include <stddef.h>
#include <sys/param.h>