aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_rtc__base_byte__order.h
blob: 7c5d9d53994a4cc271c859d4e5874f4f7abd9c49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/rtc_base/byte_order.h.orig	2020-11-13 06:42:25 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)