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/core/namespace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/namespace.c') diff --git a/src/core/namespace.c b/src/core/namespace.c index 65cf140123..6c49ff32fe 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -42,6 +42,7 @@ #include "string-util.h" #include "strv.h" #include "umask-util.h" +#include "user-util.h" #include "util.h" typedef enum MountMode { -- cgit v1.2.3-54-g00ecf