********>Bugfix 45: Author: Scott Brozell Date: 05/05/2008 Programs: elsize Description: The functions exit, calloc, and strcmp may be undeclared because the C header files stdlib.h and string.h are not included. Fix: apply the following patch to amber9/src/etc/elsize.cc ------------------------------------------------------------------------------ *** elsize.cc 3 Apr 2006 23:34:28 -0000 9.0 --- elsize.cc 5 May 2008 18:10:07 -0000 *************** *** 71,76 **** --- 71,78 ---- #include #include + #include + #include #include #include ------------------------------------------------------------------------------ Temporary workarounds: do not build elsize which is rarely used.