include/LibreOfficeKit/LibreOfficeKitInit.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 714c5df9b10cd6084fff35a0cd40d330a88f53e4
Author: Rene Engelhard <[email protected]>
Date:   Thu Oct 23 21:59:17 2014 +0200

    fix LibreOfficeKitInit.h on kFreeBSD
    
    Change-Id: I750acd6e3e765a9635829ec2ed8dddf273824595

diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h 
b/include/LibreOfficeKit/LibreOfficeKitInit.h
index ef01b1c..010ae9f 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -17,7 +17,7 @@ extern "C"
 {
 #endif
 
-#if defined(__linux__) || defined(_AIX)
+#if defined(__linux__) || defined (__FreeBSD_kernel__) || defined(_AIX)
 
 #include <stdio.h>
 #include <stdlib.h>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to