You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2022/06/09 20:15:41 UTC

[qpid-dispatch] branch main updated: DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 affected files

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 93ad2d1a DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 affected files
93ad2d1a is described below

commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Thu Jun 9 16:14:50 2022 -0400

    DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 affected files
---
 src/http-libwebsockets.c | 1 +
 src/remote_sasl.c        | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/http-libwebsockets.c b/src/http-libwebsockets.c
index 652477fe..68ecfdc8 100644
--- a/src/http-libwebsockets.c
+++ b/src/http-libwebsockets.c
@@ -28,6 +28,7 @@
 #include "qpid/dispatch/timer.h"
 
 #include <proton/connection_driver.h>
+#include <proton/object.h>
 
 #include <ctype.h>
 #include <inttypes.h>
diff --git a/src/remote_sasl.c b/src/remote_sasl.c
index 548b3c2a..367b01c5 100644
--- a/src/remote_sasl.c
+++ b/src/remote_sasl.c
@@ -30,6 +30,8 @@
 #include <proton/proactor.h>
 #include <proton/sasl.h>
 #include <proton/sasl_plugin.h>
+#include <proton/object.h>
+
 #include "qpid/dispatch/ctools.h"
 #include "qpid/dispatch/log.h"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org