diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 00:42:07 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:57 +0100 |
commit | ee104e11e303499a637c5cd8157bd12ad5cc116d (patch) | |
tree | 9b5e194fd5e21d476cc60ae5a6dd125608278953 /src/core/dbus.c | |
parent | 49cf4170d0b586551527ebf4297f8a3fe6bd71a3 (diff) |
user-util: move UID/GID related macros from macro.h to user-util.h
Diffstat (limited to 'src/core/dbus.c')
-rw-r--r-- | src/core/dbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c index 37410a9870..bbab0aeddb 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -45,6 +45,7 @@ #include "string-util.h" #include "strv.h" #include "strxcpyx.h" +#include "user-util.h" #define CONNECTIONS_MAX 4096 |