OSDN Git Service

Add missing includes.
authorDan Albert <danalbert@google.com>
Wed, 11 Oct 2017 19:26:23 +0000 (12:26 -0700)
committerDan Albert <danalbert@google.com>
Wed, 11 Oct 2017 19:26:23 +0000 (12:26 -0700)
Test: mma
Bug: None
Change-Id: I13f84f8eaa82b0d6801987cca83a824077b500da

alsa_utils/alsa_device_proxy.c
audio_utils/tests/fifo_multiprocess.cpp

index b5d0490..300ed22 100644 (file)
@@ -21,8 +21,8 @@
 #include <log/log.h>
 
 #include <errno.h>
-
 #include <stdio.h>
+#include <string.h>
 
 #include "include/alsa_device_proxy.h"
 
index f9c72e2..212bf78 100644 (file)
  * limitations under the License.
  */
 
-#include <new>
+#include <errno.h>
 #include <stdio.h>
+#include <string>
 #include <sys/mman.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>
 
+#include <new>
+
 #include <audio_utils/fifo.h>
 #include <cutils/ashmem.h>