From: Carsten Schoenert Date: Tue, 18 Jul 2023 17:55:09 +0000 (+0200) Subject: rnp: Fix include for format specifiers for uint32_t X-Git-Tag: archive/raspbian/1%115.12.0-1+rpi1~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d5d2b8b5eda887af1f0124dab87f86f602720208;p=thunderbird.git rnp: Fix include for format specifiers for uint32_t The internal rnp library need the header file cinttypes so the format definitions in sexp-error.h knows the format of uint32_t. Forwarded: not-needed Gbp-Pq: Topic debian-hacks Gbp-Pq: Name rnp-Fix-include-for-format-specifiers-for-uint32_t.patch --- diff --git a/comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h b/comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h index 332a63bcad..6e9dacc4fc 100644 --- a/comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h +++ b/comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h @@ -29,6 +29,7 @@ #pragma once +#include #include #include #include