[asterisk-scf-commits] asterisk-scf/integration/ice.git branch "review/gcc-4.6-compat" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jan 16 14:36:59 CST 2012
branch "review/gcc-4.6-compat" has been created
at c324f36ec3b330061f672fc8c5cf381021be26a2 (commit)
- Log -----------------------------------------------------------------
commit c324f36ec3b330061f672fc8c5cf381021be26a2
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/integration/ice.git
More information about the asterisk-scf-commits
mailing list