[asterisk-scf-commits] asterisk-scf/release/ice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Sep 14 11:04:16 CDT 2011


branch "master" has been updated
       via  8a588bbdb28c3f7f10c169416227045f63f06602 (commit)
       via  d5b5057b21081940eab9a8faa44d3959281536bd (commit)
      from  5fc2dceaeb57dfcb9f97a6f1676287e0e701b1c1 (commit)

Summary of changes:
 cpp/include/Ice/Config.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 8a588bbdb28c3f7f10c169416227045f63f06602
Merge: d5b5057 5fc2dce
Author: Mark Michelson <mmichelson at digium.com>
Date:   Wed Sep 14 11:05:59 2011 -0500

    Merge branch 'master' of git.asterisk.org:asterisk-scf/release/ice


commit d5b5057b21081940eab9a8faa44d3959281536bd
Author: Mark Michelson <mmichelson at digium.com>
Date:   Wed Sep 14 11:04:21 2011 -0500

    Add cstddef header so that Ice compiles with GCC 4.6

diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h
index 2f7987f..144b19e 100644
--- a/cpp/include/Ice/Config.h
+++ b/cpp/include/Ice/Config.h
@@ -27,6 +27,7 @@
 #else
 #   include <sys/types.h>
 #   include <unistd.h>
+#   include <cstddef>
 #endif
 
 //

-----------------------------------------------------------------------


-- 
asterisk-scf/release/ice.git



More information about the asterisk-scf-commits mailing list