commit | 1f38e5b4ee4db8fa429ef575c794818104550722 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 31 00:37:28 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sat Jan 31 00:37:28 2015 -0800 |
tree | d78f580ec9eacae51cd8bd77fcab2d593663bee8 | |
parent | 4ee35d1082aead1baf1b999d062fc903a2372010 [diff] [blame] |
Fix "error: 'memset' was not declared in this scope". Change-Id: I3a1c3e9d6bdfe7e99e82d29d815fe8e73bc9bd65
diff --git a/audio_utils/spdif/FrameScanner.cpp b/audio_utils/spdif/FrameScanner.cpp index f12e538..144a632 100644 --- a/audio_utils/spdif/FrameScanner.cpp +++ b/audio_utils/spdif/FrameScanner.cpp
@@ -17,6 +17,8 @@ #define LOG_TAG "AudioHardwareTungsten" +#include <string.h> + #include <utils/Log.h> #include <audio_utils/spdif/FrameScanner.h>