From 2c834195180ef7319b20124c7c1c199ab1607430 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 8 Aug 2016 09:04:20 -0700 Subject: [PATCH] test/cunit: include stdio.h for fprintf() Change-Id: Iabb79d8986c12b40c1dea322a319a6bee6971354 Signed-off-by: Daniel Verkamp --- lib/cunit/spdk_cunit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/cunit/spdk_cunit.c b/lib/cunit/spdk_cunit.c index 6d9b7fcc1..a4b5e5f3c 100644 --- a/lib/cunit/spdk_cunit.c +++ b/lib/cunit/spdk_cunit.c @@ -33,6 +33,8 @@ #include "spdk_cunit.h" +#include + static int spdk_cunit_get_test_result(CU_pTest test) {