OSDN Git Service

selftests/futex: Add stdio used for logging
authorStafford Horne <shorne@gmail.com>
Wed, 11 Jan 2017 15:11:14 +0000 (00:11 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 19 Jan 2017 17:30:15 +0000 (10:30 -0700)
Fix missing printf compile warnings.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/futex/include/logging.h

index 014aa01..e144691 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef _LOGGING_H
 #define _LOGGING_H
 
+#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 #include <linux/futex.h>