[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <16f5985a403846f0657ebe30956a5861a284f323.1484147115.git.shorne@gmail.com>
Date: Thu, 12 Jan 2017 00:11:14 +0900
From: Stafford Horne <shorne@...il.com>
To: Shuah Khan <shuah@...nel.org>, Darren Hart <dvhart@...ux.intel.com>
Cc: Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
Stafford Horne <shorne@...il.com>
Subject: [PATCH v2 1/6] selftests/futex: Add stdio used for logging
Without this I am getting warnings of printf missing when compiling
selftests.
Signed-off-by: Stafford Horne <shorne@...il.com>
---
tools/testing/selftests/futex/include/logging.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/futex/include/logging.h b/tools/testing/selftests/futex/include/logging.h
index 014aa01..e144691 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>
--
2.9.3
Powered by blists - more mailing lists