aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/openat2/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/openat2/helpers.h')
-rw-r--r--tools/testing/selftests/openat2/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/openat2/helpers.h b/tools/testing/selftests/openat2/helpers.h
index ad5d0ba5b6ce..7056340b9339 100644
--- a/tools/testing/selftests/openat2/helpers.h
+++ b/tools/testing/selftests/openat2/helpers.h
@@ -9,6 +9,7 @@
#define _GNU_SOURCE
#include <stdint.h>
+#include <stdbool.h>
#include <errno.h>
#include <linux/types.h>
#include "../kselftest.h"