You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2017/10/01 05:00:24 UTC

svn commit: r1810250 - /openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx

Author: pfg
Date: Sun Oct  1 05:00:24 2017
New Revision: 1810250

URL: http://svn.apache.org/viewvc?rev=1810250&view=rev
Log:
freebsd-powerpc: obvious fix.

Modified:
    openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx

Modified: openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx?rev=1810250&r1=1810249&r2=1810250&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx (original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx Sun Oct  1 05:00:24 2017
@@ -24,7 +24,7 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_bridges.hxx"
 
-#include <malloc.h>
+#include <stdlib.h>
 
 #include <com/sun/star/uno/genfunc.hxx>
 #include <uno/data.h>