chiark / gitweb /
[PATCH] added klibc makefile
[elogind.git] / udev.c
diff --git a/udev.c b/udev.c
index de6b6565f249c8cefd71490e8b4c5446e5fa86bc..bf170d1651d55c69c253d72144f8bb9b07d99bb8 100644 (file)
--- a/udev.c
+++ b/udev.c
@@ -30,6 +30,7 @@
 
 #include "udev.h"
 #include "udev_version.h"
+#include "namedev.h"
 
 
 static char *get_action(void)
@@ -262,6 +263,8 @@ int main(int argc, char *argv[])
                goto exit;
        }
 
+       namedev_init();
+
        /* sleep for a second or two to give the kernel a chance to
         * create the dev file
         */