]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 014aa01197af5084c097de3e5a425894ad630140..e14469103f073d071f5e4b43c845440865f72287 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>