Skip to content

Commit 6ee2489

Browse files
committed
test: nvmflags: add missing string.h header
1 parent d90ba22 commit 6ee2489

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/wh_test_nvmflags.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#include "wolfhsm/wh_settings.h"
2121

2222
#if defined(WOLFHSM_CFG_ENABLE_CLIENT)
23+
#include <string.h>
24+
2325
#include "wh_test_common.h"
2426
#include "wolfhsm/wh_client.h"
2527
#include "wolfhsm/wh_error.h"

0 commit comments

Comments
 (0)