From 7b8dc88e82ad3250f3a441ddf2aeebe2e0fe9f81 Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Wed, 2 Aug 2023 21:42:54 +0100 Subject: [PATCH] Add patch for missing header to resolve FTBFS. Last-Update: 2023-07-13 Bug-Debian: https://bugs.debian.org/1037798 Forwarded: no Gbp-Pq: Name 1040-missing-header.patch --- test/common/utils_assert.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/utils_assert.h b/test/common/utils_assert.h index 1df8ae7..90a16d3 100644 --- a/test/common/utils_assert.h +++ b/test/common/utils_assert.h @@ -19,6 +19,7 @@ #include "config.h" #include "utils_report.h" +#include #define REPORT_FATAL_ERROR REPORT -- 2.30.2