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/timedate/timedated.c | |
parent | 49cf4170d0b586551527ebf4297f8a3fe6bd71a3 (diff) | |
download | systemd-ee104e11e303499a637c5cd8157bd12ad5cc116d.tar.gz |
user-util: move UID/GID related macros from macro.h to user-util.h
Diffstat (limited to 'src/timedate/timedated.c')
-rw-r--r-- | src/timedate/timedated.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index e97dc97ae1..507a83b2a1 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -38,6 +38,7 @@ #include "path-util.h" #include "selinux-util.h" #include "strv.h" +#include "user-util.h" #include "util.h" #define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n" |