chiark / gitweb /
selinux: init once in the daemon, not in every event process
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index be01aeaa2a482019055eedd5ef768750e8880902..a69ce0893f0a35bfc64aa05047d29f39d50708e5 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -27,7 +27,7 @@
 
 #include "list.h"
 #include "logging.h"
-#include "udev_libc_wrapper.h"
+#include "udev_sysdeps.h"
 #include "udev_version.h"
 
 #define COMMENT_CHARACTER                      '#'