We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab067d commit 443d7fcCopy full SHA for 443d7fc
include/tinycbor/cbor_defs.h
@@ -27,6 +27,7 @@
27
28
#include <limits.h>
29
#include <stdlib.h>
30
+#include <stdint.h>
31
32
#ifndef SIZE_MAX
33
/* Some systems fail to define SIZE_MAX in <stdint.h>, even though C99 requires it...
0 commit comments