aboutsummaryrefslogtreecommitdiff
path: root/www/onlyoffice-documentserver/files/patch-core_PdfFile_SrcWriter_Types.h
blob: 7d9f7fb7ca52ef319e3e95de27678d59c46313e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- core/PdfFile/SrcWriter/Types.h.orig	2023-02-13 11:25:36.702286000 +0100
+++ core/PdfFile/SrcWriter/Types.h	2023-02-13 11:25:55.342494000 +0100
@@ -46,7 +46,7 @@
 #include <algorithm>
 #include <math.h>
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
 #include <string.h>
 #endif