From: Christian Brauner Date: Thu, 12 May 2022 16:52:42 +0000 (+0200) Subject: utils: add missing global.h include X-Git-Tag: v2022.05.15~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=836c87fb1e7b86622e77f1efa2f8f9ac2755c96c;p=users%2Fhch%2Fxfstests-dev.git utils: add missing global.h include Make sure that utils.{c,h} have access to the necessary defines created during the configure stage when building xfstests. Acked-by: Christoph Hellwig Signed-off-by: Christian Brauner (Microsoft) Signed-off-by: Zorro Lang --- diff --git a/src/vfs/utils.h b/src/vfs/utils.h index c10246467..e32865a62 100644 --- a/src/vfs/utils.h +++ b/src/vfs/utils.h @@ -3,6 +3,8 @@ #ifndef __IDMAP_UTILS_H #define __IDMAP_UTILS_H +#include "../global.h" + #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif