]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-core.c
util-lib: split out user/group/uid/gid calls into user-util.[ch]
[thirdparty/systemd.git] / src / login / logind-core.c
index 3b6e982e9f3e10c1f766a9c363fd55d6282db967..c2541e490ba50c86012769f3394ad29ab8bce4a9 100644 (file)
@@ -33,6 +33,7 @@
 #include "strv.h"
 #include "terminal-util.h"
 #include "udev-util.h"
+#include "user-util.h"
 
 int manager_add_device(Manager *m, const char *sysfs, bool master, Device **_device) {
         Device *d;