diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2017-10-04 01:00:52 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-04 01:00:52 +0000 |
commit | f4778e827f98ab5d328ac0b2ab3720587ce3a5b3 (patch) | |
tree | e8d3e99332e8fce51d3ca60d69975578ddd3e17d /liblog | |
parent | f85f4d6a2821215144dbc5a506ca026ad4af6991 (diff) | |
parent | 7b9c789d23ae88e665ebff600e7636741168eef0 (diff) | |
download | core-f4778e827f98ab5d328ac0b2ab3720587ce3a5b3.tar.gz core-f4778e827f98ab5d328ac0b2ab3720587ce3a5b3.tar.bz2 core-f4778e827f98ab5d328ac0b2ab3720587ce3a5b3.zip |
Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: b637860732
am: 7b9c789d23
Change-Id: Ie4227d04492fdb6d571eca3f7637e650180b4716
Diffstat (limited to 'liblog')
-rw-r--r-- | liblog/include/log/log_safetynet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/liblog/include/log/log_safetynet.h b/liblog/include/log/log_safetynet.h index b8ca475ce..07e8c8ab1 100644 --- a/liblog/include/log/log_safetynet.h +++ b/liblog/include/log/log_safetynet.h @@ -10,6 +10,8 @@ #ifndef _LIBS_LOG_SAFETYNET_H #define _LIBS_LOG_SAFETYNET_H +#include <stdint.h> + #ifdef __cplusplus extern "C" { #endif |