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/locale/localed.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/locale') diff --git a/src/locale/localed.c b/src/locale/localed.c index 343399a62d..1f25d232d2 100644 --- a/src/locale/localed.c +++ b/src/locale/localed.c @@ -44,6 +44,7 @@ #include "path-util.h" #include "selinux-util.h" #include "strv.h" +#include "user-util.h" #include "util.h" enum { -- cgit v1.2.3-54-g00ecf