coap: define HAVE_INTTYPES_H to avoid PRIu32 redifinition

This commit is contained in:
Ivan Grokhotkov 2022-08-08 00:12:57 +02:00
parent ae3b40d5f6
commit 4573d2810b
No known key found for this signature in database
GPG Key ID: 1E050E141B280628
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: "4.3.1-rc.1"
version: "4.3.1~1-rc.1"
description: Constrained Application Protocol (CoAP) C Library
url: https://github.com/espressif/idf-extra-components/tree/master/coap
dependencies:

View File

@ -27,6 +27,7 @@
#define HAVE_STDIO_H
#define HAVE_ASSERT_H
#define HAVE_INTTYPES_H
#define PACKAGE_STRING PACKAGE_NAME PACKAGE_VERSION