aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-third__party_webrtc_rtc__base_byte__order.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-third__party_webrtc_rtc__base_byte__order.h')
-rw-r--r--devel/electron13/files/patch-third__party_webrtc_rtc__base_byte__order.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-third__party_webrtc_rtc__base_byte__order.h b/devel/electron13/files/patch-third__party_webrtc_rtc__base_byte__order.h
new file mode 100644
index 000000000000..bfefce77d7d6
--- /dev/null
+++ b/devel/electron13/files/patch-third__party_webrtc_rtc__base_byte__order.h
@@ -0,0 +1,11 @@
+--- third_party/webrtc/rtc_base/byte_order.h.orig 2021-01-07 00:39:38 UTC
++++ third_party/webrtc/rtc_base/byte_order.h
+@@ -89,7 +89,7 @@
+ #endif // defined(WEBRTC_ARCH_LITTLE_ENDIAN)
+
+ #elif defined(WEBRTC_POSIX)
+-#include <endian.h>
++#include <sys/endian.h>
+ #else
+ #error "Missing byte order functions for this arch."
+ #endif // defined(WEBRTC_MAC)