You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/07/03 20:24:20 UTC

qpid-dispatch git commit: NO-JIRA: Add missing inttypes.h header file in router_node.c

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master be5c1648d -> 3f7871735


NO-JIRA: Add missing inttypes.h header file in router_node.c


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/3f787173
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/3f787173
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/3f787173

Branch: refs/heads/master
Commit: 3f7871735e55e17dd7fd313fab691bc1b61aecab
Parents: be5c164
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Jul 3 16:22:54 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Jul 3 16:23:35 2018 -0400

----------------------------------------------------------------------
 src/router_node.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/3f787173/src/router_node.c
----------------------------------------------------------------------
diff --git a/src/router_node.c b/src/router_node.c
index e1fd9ee..4bf6a48 100644
--- a/src/router_node.c
+++ b/src/router_node.c
@@ -29,6 +29,7 @@
 #include <qpid/dispatch/router_core.h>
 #include <qpid/dispatch/proton_utils.h>
 #include <proton/sasl.h>
+#include <inttypes.h>
 
 const char *QD_ROUTER_NODE_TYPE = "router.node";
 const char *QD_ROUTER_ADDRESS_TYPE = "router.address";


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