From 2f20fbec1d465d513a5a73e575f759cdde7a5407 Mon Sep 17 00:00:00 2001 From: Peter Kasting Date: Wed, 26 Aug 2015 14:38:42 -0700 Subject: [PATCH] Fix MIPS compile. BUG=chromium:524885 TEST=none TBR=turaj Review URL: https://codereview.webrtc.org/1316843003 . Cr-Commit-Position: refs/heads/master@{#9790} --- .../modules/audio_coding/codecs/isac/fix/source/lattice_mips.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c index 7197b15389..d488bfcb51 100644 --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c @@ -8,6 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ +#include + #include "webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h" #include "webrtc/typedefs.h"