Skip to content

jsondump.c: include <inttypes.h> for PRId64

Mike Gilbert requested to merge floppym/openconnect:bug865797-inttypes into master

Fixes a build failure with gnutls and a json-parser snapshot taken on 2021-12-08.

Building with openssl or with the bundled copy of json-parser causes inttypes.h to be included indirectly.

Bug: https://bugs.gentoo.org/865797

Merge request reports