chiark / gitweb /
sd-bus,sd-event: unify error handling of object descriptions
[elogind.git] / src / udev / udev-builtin-uaccess.c
index ddb015744f2afb0ee1ca85b3cb219192124fbaca..6964fb5529b8e6a31de62b1848669a8185f3538a 100644 (file)
 #include <dirent.h>
 #include <getopt.h>
 
-#include <systemd/sd-login.h>
+#include "systemd/sd-login.h"
 #include "logind-acl.h"
 #include "udev.h"
 #include "util.h"
 
-static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool test)
-{
+static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool test) {
         int r;
         const char *path = NULL, *seat;
         bool changed_acl = false;