Add missing includes.

Test: mma
Bug: None
Exempt-From-Owner-Approval: trivial cleanup
Merged-In: I97b9e5e1b6e8b3126a8668460a8c99e4ef1a907d
Change-Id: I97b9e5e1b6e8b3126a8668460a8c99e4ef1a907d
diff --git a/services/oboeservice/SharedMemoryProxy.cpp b/services/oboeservice/SharedMemoryProxy.cpp
index c31557e..fb991bb 100644
--- a/services/oboeservice/SharedMemoryProxy.cpp
+++ b/services/oboeservice/SharedMemoryProxy.cpp
@@ -18,6 +18,9 @@
 //#define LOG_NDEBUG 0
 #include <log/log.h>
 
+#include <errno.h>
+#include <string.h>
+
 #include <aaudio/AAudio.h>
 #include "SharedMemoryProxy.h"