Skip to content

Commit d341808

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

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)