rnp: Fix include for format specifiers for uint32_t
authorCarsten Schoenert <c.schoenert@t-online.de>
Tue, 18 Jul 2023 17:55:09 +0000 (19:55 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Tue, 14 May 2024 19:28:37 +0000 (21:28 +0200)
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

index 332a63bcad483cfb637638525c6612cde0d14576..6e9dacc4fc4950532a8b5f76bdaead709f156873 100644 (file)
@@ -29,6 +29,7 @@
 
 #pragma once
 
+#include <cinttypes>
 #include <cstdint>
 #include <exception>
 #include <iostream>