summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2025-03-18 17:03:38 -0700
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-18 17:03:38 -0700
commit6964046e834413e699bb3945e98654aacd5ae420 (patch)
tree097e8d9e2074e4a53aeca7c9503928faa540bad4
parentc9555b175206d937c0f59e5840197fb87e2f0f03 (diff)
parentd3418085a0034d34e81d75fa5ab54fd08443893d (diff)
Merge "frameworks/native: Include stdint.h for int32_t type" into main am: 1a8be4f98b am: d3418085a0
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3526633 Change-Id: I4bc7559197eadb25b81f44cb625c941a11bf78e0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--include/android/configuration.h1
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>