summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2025-03-18 16:08:54 -0700
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-03-18 16:08:54 -0700
commit1a8be4f98b3c8f7504cbbb400d486939a6df3a03 (patch)
treeba74da3b72cfbb216ed96d125688421970b2b7bc /include
parentd16c47b2ed35a17a81d1b212494fd6af0de4cd8c (diff)
parent36880b3e34dbc7fc948c76d7f39fdebd0f600167 (diff)
Merge "frameworks/native: Include stdint.h for int32_t type" into main
Diffstat (limited to 'include')
-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>