OSDN Git Service

Add missing <string.h> include.
authorElliott Hughes <enh@google.com>
Thu, 29 Jan 2015 03:37:43 +0000 (19:37 -0800)
committerElliott Hughes <enh@google.com>
Thu, 29 Jan 2015 03:37:43 +0000 (19:37 -0800)
Change-Id: Ib6d840effe96510d3f0a7a175651151539eb89a3

audio_utils/spdif/SPDIFEncoder.cpp

index 07a1800..dfa07c6 100644 (file)
@@ -17,6 +17,7 @@
 
 
 #include <stdint.h>
+#include <string.h>
 
 #define LOG_TAG "AudioHardwareTungsten"
 #include <utils/Log.h>