summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_audio_device_audio_device_impl_cc
blob: 0ef4e5714ce9b67f90def50ba88d3c3c42ee713d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-release.orig/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_impl.cc	2013-09-11 01:15:17.000000000 +0200
+++ mozilla-release/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_impl.cc	2013-10-23 16:28:38.000000000 +0200
@@ -8,6 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#define _POSIX_SOURCE
+
 #include "audio_device_impl.h"
 #include "audio_device_config.h"
 #include "common_audio/signal_processing/include/signal_processing_library.h"