aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__voice_engine__voice_engine_defines.h
blob: f329db6f508539f085b773c85b2873de8a5ce9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/voice_engine/voice_engine_defines.h.orig	2015-07-15 16:32:13.000000000 -0400
+++ third_party/webrtc/voice_engine/voice_engine_defines.h	2015-07-22 18:28:32.539800000 -0400
@@ -213,7 +213,7 @@
 #include <pthread.h>
 #include <sys/socket.h>
 #include <sys/types.h>
-#ifndef QNX
+#if !defined(QNX) && !defined(WEBRTC_BSD)
 #include <linux/net.h>
 #ifndef ANDROID
 #include <sys/soundcard.h>