aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-third__party_webrtc_rtc__base_byte__order.h
blob: d003530c55c2a88ad22b2e5d8e5bbfec1c54bba8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/rtc_base/byte_order.h.orig	2023-02-01 18:45:24 UTC
+++ third_party/webrtc/rtc_base/byte_order.h
@@ -90,6 +90,8 @@
 #error WEBRTC_ARCH_BIG_ENDIAN or WEBRTC_ARCH_LITTLE_ENDIAN must be defined.
 #endif  // defined(WEBRTC_ARCH_LITTLE_ENDIAN)
 
+#elif defined(WEBRTC_BSD)
+#include <sys/endian.h>
 #elif defined(WEBRTC_POSIX)
 #include <endian.h>
 #else