Issuetracker : #i57395# CWS : N/A Author: : (JCA) Description : Index: canvas/source/tools/image.cxx =================================================================== RCS file: /cvs/gsl/canvas/source/tools/image.cxx,v retrieving revision 1.2 diff -u -r1.2 image.cxx --- canvas/source/tools/image.cxx 2 Nov 2005 12:52:42 -0000 1.2 +++ canvas/source/tools/image.cxx 5 Nov 2005 07:54:50 -0000 @@ -103,8 +103,11 @@ // platform-dependend includes [wrapped into their own namepsaces] ////////////////////////////////////////////////////////////////////////////////// +#if !defined (FREEBSD) #include // _alloca - +#else +#include +#endif #if defined(WNT) namespace win32 {