From f94be5256876e69a7a326a22b6b1760c0f50ec78 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 4 Jun 2024 15:28:20 +0200 Subject: [PATCH] lib BUGFIX update struct definition --- lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ae2fbfae..b8f7baf9 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -46,6 +46,8 @@ if(NETOPEER2_LIB_TESTS) */ extern struct np2_file { const char *file; + const char *name; + const char *revision; const char *data; int len; } np2_test_files[];