Skip to content

Commit c8b8992

Browse files
author
hpcdgrie
committed
Use deprecated rabbitmq includes to satisfy old rocky rabbitmq package
1 parent 1ba0d19 commit c8b8992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/OpenCOVER/plugins/hlrs/FlexCell/FlexCell.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <sstream>
1010
#include <cstdlib>
1111

12-
#include <rabbitmq-c/amqp.h>
13-
#include <rabbitmq-c/tcp_socket.h>
12+
#include <amqp.h>
13+
#include <amqp_tcp_socket.h>
1414

1515
using namespace opencover;
1616
using json = nlohmann::json;

0 commit comments

Comments
 (0)