From d7663d47769814b8323b148c53316b6c576d6df3 Mon Sep 17 00:00:00 2001 From: Stewart Morgan Date: Fri, 29 Mar 2024 20:22:11 +0100 Subject: net-mgmt/pmacct: unbreak with RABBITMQ=on PR: 273598 --- net-mgmt/pmacct/files/patch-src_amqp__common.h | 14 ++++++++++++++ net-mgmt/pmacct/files/patch-src_amqp__plugin.h | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 net-mgmt/pmacct/files/patch-src_amqp__common.h create mode 100644 net-mgmt/pmacct/files/patch-src_amqp__plugin.h (limited to 'net-mgmt') diff --git a/net-mgmt/pmacct/files/patch-src_amqp__common.h b/net-mgmt/pmacct/files/patch-src_amqp__common.h new file mode 100644 index 000000000000..400f57f6c39b --- /dev/null +++ b/net-mgmt/pmacct/files/patch-src_amqp__common.h @@ -0,0 +1,14 @@ +--- src/amqp_common.h.orig 2022-12-31 20:17:17.000000000 +0100 ++++ src/amqp_common.h 2024-03-29 19:10:46.740680000 +0100 +@@ -23,8 +23,9 @@ + #define AMQP_COMMON_H + + /* includes */ +-#include +-#include ++#include ++#include ++#include + #include "plugin_common.h" + + /* defines */ diff --git a/net-mgmt/pmacct/files/patch-src_amqp__plugin.h b/net-mgmt/pmacct/files/patch-src_amqp__plugin.h new file mode 100644 index 000000000000..b2a1979fbb60 --- /dev/null +++ b/net-mgmt/pmacct/files/patch-src_amqp__plugin.h @@ -0,0 +1,13 @@ +--- src/amqp_plugin.h.orig 2022-12-31 20:17:17.000000000 +0100 ++++ src/amqp_plugin.h 2024-03-29 19:09:18.874002000 +0100 +@@ -22,8 +22,8 @@ + #define AMQP_PLUGIN_COMMON_H + + /* includes */ +-#include +-#include ++#include ++#include + #include + + #include "plugin_common.h" -- cgit v1.2.3