commit | cb2e7fb2a42542c3406678c4fd4ccfab9ceb8748 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Oct 11 12:43:41 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Fri Oct 13 18:43:30 2017 +0000 |
tree | 6705febfb1f64fdb8ca5659998d919dccb175326 | |
parent | 16f2c1559c5722a6cd69fef3c17dc5756ba73fe6 [diff] [blame] |
Add missing includes. Test: mma Bug: None Exempt-From-Owner-Approval: trivial cleanup Merged-In: I97b9e5e1b6e8b3126a8668460a8c99e4ef1a907d Change-Id: I97b9e5e1b6e8b3126a8668460a8c99e4ef1a907d
diff --git a/media/libaaudio/examples/utils/AAudioExampleUtils.h b/media/libaaudio/examples/utils/AAudioExampleUtils.h index 66de25f..530188b 100644 --- a/media/libaaudio/examples/utils/AAudioExampleUtils.h +++ b/media/libaaudio/examples/utils/AAudioExampleUtils.h
@@ -17,8 +17,11 @@ #ifndef AAUDIO_EXAMPLE_UTILS_H #define AAUDIO_EXAMPLE_UTILS_H -#include <unistd.h> +#include <errno.h> #include <sched.h> +#include <string.h> +#include <unistd.h> + #include <aaudio/AAudio.h> #define NANOS_PER_MICROSECOND ((int64_t)1000)