Skip to content

Commit

Permalink
lib BUGFIX update struct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 4, 2024
1 parent 6a5671e commit f94be52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit f94be52

Please sign in to comment.