Index: webrtc/modules/audio_processing/aec/aec_core_internal.h |
diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
index 79af29d28d76bae5b8b45f800176669c08709f5e..1f4f99be6304a31590f9bdbf7c6677735369fde3 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core_internal.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
@@ -15,7 +15,9 @@ |
#include "webrtc/modules/audio_processing/aec/aec_common.h" |
#include "webrtc/modules/audio_processing/aec/aec_core.h" |
#include "webrtc/modules/audio_processing/utility/block_mean_calculator.h" |
+extern "C" { |
#include "webrtc/modules/audio_processing/utility/ring_buffer.h" |
+} |
#include "webrtc/typedefs.h" |