commit | 7ae782545020eec1bfb9eb74e690ae26e2cca7fa | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Apr 13 15:20:50 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Apr 13 15:20:50 2020 -0700 |
tree | b99f5db2f4d75aeddb175896c3fa67070b21154e | |
parent | 2ac41184ae00b2e99e55d995944288f33b2fce49 [diff] [blame] |
Include what you use: <unistd.h> This was transitively included, but no longer is, so it must be explicitly included. Exempt-From-Owner-Approval: Janitorial Test: build Change-Id: I78268a4867697bf797d40b5fead3745fdd0cc807
diff --git a/media/libaaudio/src/utility/AAudioUtilities.h b/media/libaaudio/src/utility/AAudioUtilities.h index 76d0457..0dd866d 100644 --- a/media/libaaudio/src/utility/AAudioUtilities.h +++ b/media/libaaudio/src/utility/AAudioUtilities.h
@@ -21,6 +21,7 @@ #include <functional> #include <stdint.h> #include <sys/types.h> +#include <unistd.h> #include <utils/Errors.h> #include <system/audio.h>