Control: tags -1 patch

On Wed, Jun 14, 2023 at 09:21:18AM +0000, Matthias Klose wrote:
>...
> ../../src/libsigfile/source-base.hh: At global scope:
> ../../src/libsigfile/source-base.hh:235:17: error: ‘int_least32_t’ does not 
> name a type
>   235 |         typedef int_least32_t TStatusBits;
>       |                 ^~~~~~~~~~~~~
>...

A fix is attached.

cu
Adrian
Description: Fix FTBFS with gcc 13
Author: Adrian Bunk <b...@debian.org>
Bug-Debian: https://bugs.debian.org/1037571

--- aghermann-1.1.2.orig/src/libsigfile/source-base.hh
+++ aghermann-1.1.2/src/libsigfile/source-base.hh
@@ -12,6 +12,7 @@
 #ifndef AGH_SIGFILE_SOURCE_BASE_H_
 #define AGH_SIGFILE_SOURCE_BASE_H_
 
+#include <stdint.h>
 #include <tuple>
 
 #include "common/alg.hh"

Reply via email to