Skip to content

Commit

Permalink
tests/encode: Add stdbool header
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Nov 24, 2023
1 parent ef6fe42 commit 4ad4914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/encode/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* SPDX-License-Identifier: CC0-1.0
*/

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

#include "nanocbor/nanocbor.h"

Expand Down

0 comments on commit 4ad4914

Please sign in to comment.