test: Add hexdump.h to the unit test header

Since ut_asserteq_mem() uses bin2hex() we should include this header in
ut.h to avoid errors. Add it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
This commit is contained in:
Simon Glass 2020-04-08 16:57:40 -06:00 committed by Bin Meng
parent bfeb5d460c
commit 1f4431e461

View File

@ -8,6 +8,7 @@
#ifndef __TEST_UT_H
#define __TEST_UT_H
#include <hexdump.h>
#include <linux/err.h>
struct unit_test_state;