commit | c384d4e8e5a9bdb86500a540d031d95fce8324d0 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 09:46:10 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 09:46:10 2020 -0700 |
tree | 9d6e3a34cc8298b4cbf1c4c7b1a6cdd61356ce54 | |
parent | 5f3aa81b88c5b815f0c0359e195e6facea63d59c [diff] [blame] |
fix error reporting for date overflow; update code size in README
diff --git a/example.h b/example.h index f5a37d9..b5bcf4b 100644 --- a/example.h +++ b/example.h
@@ -13,6 +13,8 @@ #ifndef qcborExample_h #define qcborExample_h +#include <stdint.h> + int32_t RunQCborExample(void); #endif /* qcborExample_h */