include/LibreOfficeKit/LibreOfficeKitInit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d9835c81b1f929e524d4c92628811faa25bfc181 Author: coypu <[email protected]> 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 <[email protected]> Tested-by: jan iversen <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Stahl <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
