You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/11/26 15:57:20 UTC

[qpid-proton] branch master updated: PROTON-2140: Fix - actually export new versions of pn_error_t functions

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

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c6db5c  PROTON-2140: Fix - actually export new versions of pn_error_t functions
8c6db5c is described below

commit 8c6db5c63995c0fbeed12a0e0d2ef3df2041c9ba
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Tue Nov 26 10:54:56 2019 -0500

    PROTON-2140: Fix - actually export new versions of pn_error_t functions
---
 c/src/core/error.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/c/src/core/error.c b/c/src/core/error.c
index f64c763..9554f69 100644
--- a/c/src/core/error.c
+++ b/c/src/core/error.c
@@ -22,7 +22,11 @@
 #include "platform/platform.h"
 #include "util.h"
 
+#include <proton/connection.h>
 #include <proton/error.h>
+#include <proton/link.h>
+#include <proton/session.h>
+
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>


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