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 2014/12/12 19:37:25 UTC

qpid-proton git commit: PROTON-772: Fix portability bug in original commit - use compat_types.h instead of stdbool.h directly.

Repository: qpid-proton
Updated Branches:
  refs/heads/master 5b1eaa0ee -> 7c744c4ce


PROTON-772: Fix portability bug in original commit - use compat_types.h instead of stdbool.h directly.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7c744c4c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7c744c4c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/7c744c4c

Branch: refs/heads/master
Commit: 7c744c4ce5de1103fdefb7cad1e7c912ac612c41
Parents: 5b1eaa0
Author: Alan Conway <ac...@redhat.com>
Authored: Fri Dec 12 11:14:46 2014 -0500
Committer: Alan Conway <ac...@redhat.com>
Committed: Fri Dec 12 13:35:51 2014 -0500

----------------------------------------------------------------------
 proton-c/include/proton/log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7c744c4c/proton-c/include/proton/log.h
----------------------------------------------------------------------
diff --git a/proton-c/include/proton/log.h b/proton-c/include/proton/log.h
index 81f78f9..5fb8e91 100644
--- a/proton-c/include/proton/log.h
+++ b/proton-c/include/proton/log.h
@@ -26,7 +26,7 @@
  */
 
 #include <proton/import_export.h>
-#include <stdbool.h>
+#include <proton/type_compat.h>
 #include <stdarg.h>
 
 /** Callback for customized logging */


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