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:41 UTC

[openoffice] 06/07: freebsd-arm: 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 44db7cb5cea090dff31d4a8b466798cd4362509d
Author: Pedro Giffuni <pf...@apache.org>
AuthorDate: Sun Oct 1 04:53:39 2017 +0000

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

diff --git a/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx b/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx
index bcc5f8e..f6b1ff2 100644
--- a/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx
@@ -21,7 +21,7 @@
 
 
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <hash_map>
 
 #include <rtl/alloc.h>