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

qpid-dispatch git commit: DISPATCH-1082 - Added missing include directive.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 936c46b19 -> 8634429fa


DISPATCH-1082 - Added missing include directive.


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

Branch: refs/heads/master
Commit: 8634429fa618a1f71bb3187101b697e5ca705839
Parents: 936c46b
Author: Ted Ross <tr...@redhat.com>
Authored: Thu Jul 19 17:07:18 2018 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Thu Jul 19 17:07:18 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/8634429f/src/policy.c
----------------------------------------------------------------------
diff --git a/src/policy.c b/src/policy.c
index 9bdbffa..6556d3d 100644
--- a/src/policy.c
+++ b/src/policy.c
@@ -32,6 +32,7 @@
 #include <proton/transport.h>
 #include <proton/error.h>
 #include <proton/event.h>
+#include <inttypes.h>
 #include "python_private.h"
 
 


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