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


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 610a398  Fix a compilation failure caused by missing include when 
debugging is enabled.
610a398 is described below

commit 610a39889210a09aa267c015f8686eed25d06c99
Author: Damjan Jovanovic <dam...@apache.org>
AuthorDate: Thu Aug 13 16:23:54 2015 +0000

    Fix a compilation failure caused by missing include when debugging is 
enabled.
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1695735 
13f79535-47bb-0310-9956-ffa450edef68
---
 main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx 
b/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx
index 992943b..284d184 100644
--- a/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx
@@ -28,6 +28,7 @@
 #include <exception>
 #include <cstddef>
 #include <cxxabi.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 

Reply via email to