Author: post Date: 2011-02-19 13:44:28 +0100 (Sat, 19 Feb 2011) New Revision: 329
Modified: RawSpeed/StdAfx.h Log: Remove malloc.h from unix systems, where it appears it does not appear to be needed. Modified: RawSpeed/StdAfx.h =================================================================== --- RawSpeed/StdAfx.h 2011-02-09 21:27:48 UTC (rev 328) +++ RawSpeed/StdAfx.h 2011-02-19 12:44:28 UTC (rev 329) @@ -39,6 +39,7 @@ #else #include <stdexcept> #endif +#include <malloc.h> #else // if unix #ifdef _XOPEN_SOURCE #if (_XOPEN_SOURCE < 600) @@ -55,7 +56,6 @@ #include <string.h> #include <assert.h> #endif // __unix__ -#include <malloc.h> #include <math.h> #include "pthread.h" // STL _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
