diff options
Diffstat (limited to 'include/LibreOfficeKit/LibreOfficeKitInit.h')
-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 ef01b1c84d31..010ae9f56733 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> |