chiark / gitweb /
Prep v238: Uncomment now needed headers and unmask now needed functions in src/login...
[elogind.git] / src / login / logind.c
index 481c5e40e58584f55276d0ad0d71843497f407e3..ec407852a8c78b2927c3bcd59b4048a49fc10d19 100644 (file)
@@ -39,7 +39,7 @@
 #include "dirent-util.h"
 #include "fd-util.h"
 #include "format-util.h"
-//#include "fs-util.h"
+#include "fs-util.h"
 #include "logind.h"
 //#include "process-util.h"
 #include "selinux-util.h"
@@ -785,9 +785,9 @@ static int manager_connect_bus(Manager *m) {
                         "/org/freedesktop/systemd1",
                         "org.freedesktop.systemd1.Manager",
                         "Subscribe",
-#endif // 0
                         NULL, NULL,
                         NULL);
+#endif // 0
         if (r < 0)
                 return log_error_errno(r, "Failed to enable subscription: %m");