diff options
author | Stafford Horne <shorne@gmail.com> | 2017-01-11 10:11:14 -0500 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-19 12:30:15 -0500 |
commit | 083f345151938706d33969b37b92e7e13ab02b3e (patch) | |
tree | 38763d6a8235e7f8c2c0002507afdb18b1bd0af8 | |
parent | 3e91293ffccafe30daa7310526bbfbc287e0c0fd (diff) |
selftests/futex: Add stdio used for logging
Fix missing printf compile warnings.
Signed-off-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
-rw-r--r-- | tools/testing/selftests/futex/include/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
21 | #ifndef _LOGGING_H | 21 | #ifndef _LOGGING_H |
22 | #define _LOGGING_H | 22 | #define _LOGGING_H |
23 | 23 | ||
24 | #include <stdio.h> | ||
24 | #include <string.h> | 25 | #include <string.h> |
25 | #include <unistd.h> | 26 | #include <unistd.h> |
26 | #include <linux/futex.h> | 27 | #include <linux/futex.h> |