To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73121 Issue #|73121 Summary|osx build fix ... Component|framework Version|OOo 2.1 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|paveljanik Reported by|mmeeks
------- Additional comments from [EMAIL PROTECTED] Thu Jan 4 04:46:55 -0800 2007 ------- Patch from Patrick: --- sfx2/source/doc/objstor.cxx 2006-12-27 10:56:29.000000000 -0800 +++ sfx2/source/doc/objstor.cxx 2006-12-27 10:52:51.000000000 -0800 @@ -208,7 +208,9 @@ #include <rtl/logfile.hxx> #include <com/sun/star/util/XMacroExpander.hpp> #include <osl/file.hxx> +#ifndef MACOSX #include <malloc.h> +#endif // MACOSX #include <osl/process.h> #include "app.hxx" --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
