[Libreoffice-commits] core.git: include/LibreOfficeKit
coypu
coypu at sdf.org
Thu Feb 4 12:48:50 UTC 2016
include/LibreOfficeKit/LibreOfficeKitInit.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d9835c81b1f929e524d4c92628811faa25bfc181
Author: coypu <coypu at sdf.org>
Date: Wed Feb 3 15:32:40 2016 +0200
Include headers using OpenBSD too
OpenBSD ports patch: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/libreoffice/patches/patch-include_LibreOfficeKit_LibreOfficeKitInit_h
Change-Id: Ia3cebb41ca72bf022cc409814bed575cfbcfbf64
Reviewed-on: https://gerrit.libreoffice.org/22079
Reviewed-by: jan iversen <jani at documentfoundation.org>
Tested-by: jan iversen <jani at documentfoundation.org>
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h
index 23e5772..a1b2ddc 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -19,7 +19,7 @@ extern "C"
#if defined(__linux__) || defined (__FreeBSD_kernel__) || defined(_AIX) ||\
defined(_WIN32) || defined(__APPLE__) || defined (__NetBSD__) ||\
- defined (__sun)
+ defined (__sun) || defined(__OpenBSD__)
#include <stdio.h>
#include <stdlib.h>
More information about the Libreoffice-commits
mailing list