Skip to content

Commit

Permalink
Fix missing header file for strcpy_s
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrva committed Dec 26, 2024
1 parent 90b8c1d commit 5ed4804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/cmdflashmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
//-----------------------------------------------------------------------------
#include "cmdflashmem.h"
#include <ctype.h>
#include <string.h>
#include "cmdparser.h" // command_t
#include "cliparser.h"
#include "pmflash.h" // rdv40validation_t
Expand Down

0 comments on commit 5ed4804

Please sign in to comment.