From a15fd0dee6ebbd7390757f2eef558d3748ab7094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 26 Jul 2018 12:42:49 +0200 Subject: [PATCH] Add missing include of stdint.h in MIPS code. Needed after cl https://webrtc-review.googlesource.com/c/src/+/90249, which deleted the include of typedefs.h. Bug: webrtc:6854 Change-Id: I4ab86fae40843613a76da378658343198a800d0c Reviewed-on: https://webrtc-review.googlesource.com/90414 Reviewed-by: Oskar Sundbom Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#24112} --- modules/audio_coding/codecs/isac/fix/source/lattice_mips.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c b/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c index c8d28b25cf..3189726629 100644 --- a/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c +++ b/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c @@ -9,6 +9,7 @@ */ #include +#include #include "modules/audio_coding/codecs/isac/fix/source/settings.h"