1
0
Fork 0

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>
zero-colors
Stafford Horne 2017-01-12 00:11:14 +09:00 committed by Shuah Khan
parent 3e91293ffc
commit 083f345151
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef _LOGGING_H
#define _LOGGING_H
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <linux/futex.h>