From: Stafford Horne Date: Wed, 11 Jan 2017 15:11:14 +0000 (+0900) Subject: selftests/futex: Add stdio used for logging X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=083f345151938706d33969b37b92e7e13ab02b3e;p=linux.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 014aa01197af5..e14469103f073 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