Browse Source

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>
Stafford Horne 8 years ago
parent
commit
083f345151
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/testing/selftests/futex/include/logging.h

+ 1 - 0
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>