From: Stafford Horne Date: Wed, 11 Jan 2017 15:11:14 +0000 (+0900) Subject: selftests/futex: Add stdio used for logging X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=083f345151938706d33969b37b92e7e13ab02b3e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git selftests/futex: Add stdio used for logging Fix missing printf compile warnings. Signed-off-by: Stafford Horne Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/futex/include/logging.h b/tools/testing/selftests/futex/include/logging.h index 014aa01197af..e14469103f07 100644 --- a/tools/testing/selftests/futex/include/logging.h +++ b/tools/testing/selftests/futex/include/logging.h @@ -21,6 +21,7 @@ #ifndef _LOGGING_H #define _LOGGING_H +#include #include #include #include