Skip to content

Commit 443d7fc

Browse files
committed
Add missing include stdint.h to fix build
1 parent 8ab067d commit 443d7fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/tinycbor/cbor_defs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <limits.h>
2929
#include <stdlib.h>
30+
#include <stdint.h>
3031

3132
#ifndef SIZE_MAX
3233
/* Some systems fail to define SIZE_MAX in <stdint.h>, even though C99 requires it...

0 commit comments

Comments
 (0)