commit | e853e36cb61908a14697de9e82f49dd17c338660 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Dec 11 22:06:34 2024 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Dec 11 22:06:34 2024 -0800 |
tree | ca092446e70d55081c452719b289331a91c69b60 | |
parent | cf49acc0de92af001d694f0c257396820f2c7130 [diff] [blame] |
make bitflags for integer conversion an enum
diff --git a/example.c b/example.c index 473e989..99944ff 100644 --- a/example.c +++ b/example.c
@@ -14,7 +14,7 @@ #include <stdio.h> #include "example.h" #include "qcbor/qcbor_encode.h" -#include "qcbor/qcbor_decode.h" +#include "qcbor/qcbor_main_decode.h" #include "qcbor/qcbor_spiffy_decode.h" #include "qcbor/qcbor_number_decode.h"