chiark / gitweb /
[PATCH] update udev.rules.gentoo with new config file format.
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index e8f93ad5ada2c49fb8076742a50bf14bddaad906..b5088b90c69e136d84e6ecd23dc165829e211e5c 100644 (file)
--- 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>
 
@@ -78,5 +78,6 @@ extern char default_mode_str[MODE_SIZE];
 extern char default_owner_str[OWNER_SIZE];
 extern char default_group_str[GROUP_SIZE];
 extern int udev_log;
+extern int udev_sleep;
 
 #endif