test/cunit: include stdio.h for fprintf()

Change-Id: Iabb79d8986c12b40c1dea322a319a6bee6971354
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-08 09:04:20 -07:00
parent 184984603f
commit 2c83419518

View File

@ -33,6 +33,8 @@
#include "spdk_cunit.h" #include "spdk_cunit.h"
#include <stdio.h>
static int static int
spdk_cunit_get_test_result(CU_pTest test) spdk_cunit_get_test_result(CU_pTest test)
{ {