From ee104e11e303499a637c5cd8157bd12ad5cc116d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Oct 2015 00:42:07 +0100 Subject: user-util: move UID/GID related macros from macro.h to user-util.h --- src/machine/machine-dbus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/machine/machine-dbus.c') diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index 0003b84dd5..1132d75823 100644 --- a/src/machine/machine-dbus.c +++ b/src/machine/machine-dbus.c @@ -48,6 +48,7 @@ #include "process-util.h" #include "strv.h" #include "terminal-util.h" +#include "user-util.h" static int property_get_id( sd_bus *bus, -- cgit v1.2.3-54-g00ecf