mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-25 12:42:06 +01:00
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:
parent
bfeb5d460c
commit
1f4431e461
@ -8,6 +8,7 @@
|
|||||||
#ifndef __TEST_UT_H
|
#ifndef __TEST_UT_H
|
||||||
#define __TEST_UT_H
|
#define __TEST_UT_H
|
||||||
|
|
||||||
|
#include <hexdump.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
|
|
||||||
struct unit_test_state;
|
struct unit_test_state;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user