]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
utils: add missing global.h include
authorChristian Brauner <brauner@kernel.org>
Thu, 12 May 2022 16:52:42 +0000 (18:52 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 15 May 2022 01:01:30 +0000 (09:01 +0800)
Make sure that utils.{c,h} have access to the necessary defines created
during the configure stage when building xfstests.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
src/vfs/utils.h

index c10246467a698c9ef7dca6ff9f3c33fa6956e7cc..e32865a62e35597897fda1f0b6c84b7ca296caac 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef __IDMAP_UTILS_H
 #define __IDMAP_UTILS_H
 
+#include "../global.h"
+
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
 #endif