K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-08-26T07:16:21.947056Z K 7 svn:log V 321 Fix the build with GCC 4.8. Coin mixes stdlib.h (the C header) and cstdlib (the C++ header) quite freely, which results in conflicts and fails with recent compilers. Address this via a post-patch substitution to avoid some 70 individual patches. PR: 192133 Submitted by: Christoph Moench-Tegeder END