| Index: webrtc/modules/audio_processing/aecm/aecm_core.h
|
| diff --git a/webrtc/modules/audio_processing/aecm/aecm_core.h b/webrtc/modules/audio_processing/aecm/aecm_core.h
|
| index b52bb62d2deb35006f1efc35db0189e5c9e1f566..421a8365c235fe3db5ea5485fe4d701e625dde74 100644
|
| --- a/webrtc/modules/audio_processing/aecm/aecm_core.h
|
| +++ b/webrtc/modules/audio_processing/aecm/aecm_core.h
|
| @@ -13,8 +13,10 @@
|
| #ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AECM_AECM_CORE_H_
|
| #define WEBRTC_MODULES_AUDIO_PROCESSING_AECM_AECM_CORE_H_
|
|
|
| +extern "C" {
|
| #include "webrtc/common_audio/ring_buffer.h"
|
| #include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
| +}
|
| #include "webrtc/modules/audio_processing/aecm/aecm_defines.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|