Skip to content

Commit

Permalink
tests/automated: fix include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Nov 24, 2023
1 parent 4ad4914 commit 7860259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/automated/test_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include "nanocbor/nanocbor.h"
#include "test.h"
#include <CUnit/CUnit.h>
#include <stdbool.h>
#include <stdlib.h>

/* NOLINTBEGIN(cppcoreguidelines-avoid-magic-numbers) */

Expand Down

0 comments on commit 7860259

Please sign in to comment.