From 6d9b4135d8532f78c40f264eb4e2a0e5afa9225a Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Tue, 18 Jul 2023 19:55:09 +0200 Subject: [PATCH] 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 --- comm/third_party/rnp/src/libsexp/include/sexp/sexp-error.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2