Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 36880b3e authored by Biswapriyo Nath's avatar Biswapriyo Nath
Browse files

frameworks/native: Include stdint.h for int32_t type

This commit fixes the following compiler error with gcc 14.2.0.

native/include/android/configuration.h:531:1: error: 'int32_t' does not name a type
  531 | int32_t AConfiguration_getMcc(AConfiguration* config);
      | ^~~~~~~
native/include/android/configuration.h:536:52: error: 'int32_t' has not been declared
  536 | void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
      |                                                    ^~~~~~~

Change-Id: I11fd658d799801fb6267ab48d4a890cab2086121
parent 6dfc509a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment