aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct/files/patch-src_amqp__common.h
blob: 400f57f6c39b548375115204b290f382ce64707d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 <amqp.h>
-#include <amqp_tcp_socket.h>
+#include <rabbitmq-c/amqp.h>
+#include <rabbitmq-c/tcp_socket.h>
+#include <rabbitmq-c/ssl_socket.h>
 #include "plugin_common.h"
 
 /* defines */