summaryrefslogtreecommitdiff
path: root/namedev.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-23 19:07:25 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:29 -0700
commitc80da5085f915bf6305e7ed6b786b63f6e9b14ea (patch)
tree27e5568f5df185b5d0f3f809e9e8e244146c29b4 /namedev.c
parentdf41554d990fd9e69495253b4dc1979c6cd8621f (diff)
[PATCH] force udev to include the internal version of libsysfs and never the external one.
Should fix some more build bugs...
Diffstat (limited to 'namedev.c')
-rw-r--r--namedev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/namedev.c b/namedev.c
index 89513934ff..2f9d8f5f67 100644
--- a/namedev.c
+++ b/namedev.c
@@ -32,8 +32,8 @@
#include <time.h>
#include <sys/wait.h>
#include <sys/stat.h>
-#include <sysfs/libsysfs.h>
+#include "libsysfs/sysfs/libsysfs.h"
#include "list.h"
#include "udev.h"
#include "udev_version.h"