blob: b256e651869b02c5c2a244c19fde3f8dc7136b80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- third_party/webrtc/rtc_base/ip_address.cc.orig 2024-10-16 21:35:56 UTC
+++ third_party/webrtc/rtc_base/ip_address.cc
@@ -14,7 +14,8 @@
#include <cstring>
#include <string>
#if defined(WEBRTC_POSIX)
-#ifdef OPENBSD
+#if defined(WEBRTC_BSD)
+#include <sys/types.h>
#include <netinet/in_systm.h>
#endif
#ifndef __native_client__
|