aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-third__party_brotli_common_platform.h
blob: 60ccb4e08e5c94b1bcacf939463b144487485e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/brotli/common/platform.h.orig	2022-02-07 13:39:41 UTC
+++ third_party/brotli/common/platform.h
@@ -28,7 +28,7 @@
 #include <brotli/port.h>
 #include <brotli/types.h>
 
-#if defined(OS_LINUX) || defined(OS_CYGWIN) || defined(__EMSCRIPTEN__)
+#if defined(OS_LINUX) || defined(OS_CYGWIN) || defined(__EMSCRIPTEN__) || defined(OS_BSD)
 #include <endian.h>
 #elif defined(OS_FREEBSD)
 #include <machine/endian.h>