diff options
author | coypu <coypu@sdf.org> | 2016-02-03 15:32:40 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-04 12:48:30 +0000 |
commit | d9835c81b1f929e524d4c92628811faa25bfc181 (patch) | |
tree | f6526aff8dc67e4e30790444b4b9cfdc3adddbfb /include | |
parent | f85079581551f534c9c3d920d9f434846e7b8948 (diff) |
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@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h index 23e5772a2e79..a1b2ddc03d03 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> |