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 04:53:40 UTC

svn commit: r1810249 - /openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx

Author: pfg
Date: Sun Oct  1 04:53:39 2017
New Revision: 1810249

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

Modified:
    openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx

Modified: openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx?rev=1810249&r1=1810248&r2=1810249&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx (original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx Sun Oct  1 04:53:39 2017
@@ -21,7 +21,7 @@
 
 
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <hash_map>
 
 #include <rtl/alloc.h>