You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2015/08/13 18:23:54 UTC

svn commit: r1695735 - /openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx

Author: damjan
Date: Thu Aug 13 16:23:54 2015
New Revision: 1695735

URL: http://svn.apache.org/r1695735
Log:
Fix a compilation failure caused by missing include when debugging is enabled.


Modified:
    openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx

Modified: openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx?rev=1695735&r1=1695734&r2=1695735&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx (original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx Thu Aug 13 16:23:54 2015
@@ -28,6 +28,7 @@
 #include <exception>
 #include <cstddef>
 #include <cxxabi.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>