You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2020/08/26 22:27:42 UTC

[openoffice] 07/07: freebsd-powerpc: obvious fix.

This is an automated email from the ASF dual-hosted git repository.

truckman pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit a41e569492f214f161482e71021c40f3f140471f
Author: Pedro Giffuni <pf...@apache.org>
AuthorDate: Sun Oct 1 05:00:24 2017 +0000

    freebsd-powerpc: obvious fix.
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1810250 13f79535-47bb-0310-9956-ffa450edef68
---
 main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx b/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx
index c43b07b..eafc103 100644
--- a/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx
@@ -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>