aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__voice_engine__voice_engine_defines.h
blob: b97af8be5dc8e71ea78e47823491951efdb02f9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./third_party/webrtc/voice_engine/voice_engine_defines.h.orig	2014-08-20 21:04:25.000000000 +0200
+++ ./third_party/webrtc/voice_engine/voice_engine_defines.h	2014-08-22 15:06:27.000000000 +0200
@@ -237,7 +237,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>