Skip to content

Commit d8e7cdf

Browse files
committed
change include in cbor_defs to inttypes.h
- It was changed to stdint.h but inttypes.h is used by all other code
1 parent 443d7fc commit d8e7cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tinycbor/cbor_defs.h

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

2828
#include <limits.h>
2929
#include <stdlib.h>
30-
#include <stdint.h>
30+
#include <inttypes.h>
3131

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

0 commit comments

Comments
 (0)