diff options
-rw-r--r-- | src/common/android/include/sys/user.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/android/include/sys/user.h b/src/common/android/include/sys/user.h index 5a9ba053..8b26eb36 100644 --- a/src/common/android/include/sys/user.h +++ b/src/common/android/include/sys/user.h @@ -38,6 +38,10 @@ // TODO(primiano): remove these changes after Chromium has stably rolled to // an NDK with the appropriate fixes. https://crbug.com/358831 +// With traditional headers, <sys/user.h> forgot to do this. Unified headers get +// it right. +#include <stdint.h> + #include_next <sys/user.h> #include <android/api-level.h> |