Author: damjan Date: Fri Mar 18 21:13:53 2016 New Revision: 1735682 URL: http://svn.apache.org/viewvc?rev=1735682&view=rev Log: On Linux, we need to #include <stdio.h> for snprintf.
Patch by: me Modified: openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx Modified: openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx?rev=1735682&r1=1735681&r2=1735682&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx (original) +++ openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx Fri Mar 18 21:13:53 2016 @@ -24,6 +24,7 @@ #include <rtl/ustring.hxx> #include <map> #include <string> +#include <stdio.h> namespace writerfilter { namespace dmapper{