diff options
author | 2025-03-18 16:40:08 -0700 | |
---|---|---|
committer | 2025-03-18 16:40:08 -0700 | |
commit | d3418085a0034d34e81d75fa5ab54fd08443893d (patch) | |
tree | ba74da3b72cfbb216ed96d125688421970b2b7bc | |
parent | fd85121ac479c13ed8a43ae0cc5f2f58047f66d6 (diff) | |
parent | 1a8be4f98b3c8f7504cbbb400d486939a6df3a03 (diff) |
Merge "frameworks/native: Include stdint.h for int32_t type" into main am: 1a8be4f98b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3526633
Change-Id: Ic0ef9660935110becfab94840512592dec2e4f02
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | include/android/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index 46c7dfeceb..a291db0ecd 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -26,6 +26,7 @@ #ifndef ANDROID_CONFIGURATION_H #define ANDROID_CONFIGURATION_H +#include <stdint.h> #include <sys/cdefs.h> #include <android/asset_manager.h> |