From 6a6c815e74bc9c8da0cead508dfa722229ea878f Mon Sep 17 00:00:00 2001 From: Scott Mertz Date: Wed, 21 Oct 2015 10:11:49 -0700 Subject: audio_amplifier: fix compilation stdlib.h is needed explicitely with the new toolchain/toolchain options. Change-Id: I876041828310ec8f9fb1e0d636a38cce1977d9b9 --- modules/audio/audio_amplifier.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/audio/audio_amplifier.c b/modules/audio/audio_amplifier.c index 816b636..9b92356 100644 --- a/modules/audio/audio_amplifier.c +++ b/modules/audio/audio_amplifier.c @@ -18,6 +18,7 @@ //#define LOG_NDEBUG 0 #include +#include #include #include -- cgit v1.1