Skip to content

Commit

Permalink
kvlist: add strings.h header
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Feb 23, 2024
1 parent 17146be commit cbae166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cfl_kvlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include <cfl/cfl_array.h>
#include <cfl/cfl_variant.h>

#include <strings.h>

struct cfl_kvlist *cfl_kvlist_create()
{
struct cfl_kvlist *list;
Expand Down

0 comments on commit cbae166

Please sign in to comment.