Skip to content

Commit 6964046

Browse files
Merge "frameworks/native: Include stdint.h for int32_t type" into main am: 1a8be4f am: d341808
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3526633 Change-Id: I4bc7559197eadb25b81f44cb625c941a11bf78e0 Signed-off-by: Automerger Merge Worker <[email protected]>
2 parents c9555b1 + d341808 commit 6964046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/android/configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#ifndef ANDROID_CONFIGURATION_H
2727
#define ANDROID_CONFIGURATION_H
2828

29+
#include <stdint.h>
2930
#include <sys/cdefs.h>
3031

3132
#include <android/asset_manager.h>

0 commit comments

Comments
 (0)