diff options
author | Stafford Horne <shorne@gmail.com> | 2017-01-12 00:11:14 +0900 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-19 10:30:15 -0700 |
commit | 083f345151938706d33969b37b92e7e13ab02b3e (patch) | |
tree | 38763d6a8235e7f8c2c0002507afdb18b1bd0af8 /tools | |
parent | 3e91293ffccafe30daa7310526bbfbc287e0c0fd (diff) | |
download | talos-obmc-linux-083f345151938706d33969b37b92e7e13ab02b3e.tar.gz talos-obmc-linux-083f345151938706d33969b37b92e7e13ab02b3e.zip |
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>
Diffstat (limited to 'tools')
-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 @@ #ifndef _LOGGING_H #define _LOGGING_H +#include <stdio.h> #include <string.h> #include <unistd.h> #include <linux/futex.h> |