| Index: webrtc/modules/audio_processing/aec/echo_cancellation_internal.h
|
| diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h b/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h
|
| index 9779d6fcd3e523f035f33f3047fcbfcc733f67ca..537ab5d904211ed37c41d502b2ee241c29a54f7f 100644
|
| --- a/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h
|
| +++ b/webrtc/modules/audio_processing/aec/echo_cancellation_internal.h
|
| @@ -12,7 +12,9 @@
|
| #define WEBRTC_MODULES_AUDIO_PROCESSING_AEC_ECHO_CANCELLATION_INTERNAL_H_
|
|
|
| #include "webrtc/modules/audio_processing/aec/aec_core.h"
|
| +extern "C" {
|
| #include "webrtc/modules/audio_processing/utility/ring_buffer.h"
|
| +}
|
|
|
| namespace webrtc {
|
|
|
|
|