View | Details | Raw Unified | Return to bug 274526 | Differences between
and this patch

Collapse All | Expand All

(-)b/multimedia/x265/files/patch-source_common_common.h (+12 lines)
Added Link Here
1
--- source/common/common.h.orig	2023-08-24 11:11:18 UTC
2
+++ source/common/common.h
3
@@ -31,6 +31,9 @@
4
 #include <cstdarg>
5
 #include <cstddef>
6
 #include <cstdio>
7
+#if __FreeBSD__ <= 12
8
+#include <sys/types.h>
9
+#endif
10
 #include <cstdlib>
11
 #include <cstring>
12
 #include <cctype>

Return to bug 274526