commit | a4fa24dd43f4519e8307038c8e7c364918155eb9 | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Wed Oct 04 01:10:15 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 04 01:10:15 2017 +0000 |
tree | b8a1bed59909734e4cbdee38185207902e9e51ad | |
parent | 2173e1923cb02ade43f735136cf2519baa37d6c6 [diff] | |
parent | f4778e827f98ab5d328ac0b2ab3720587ce3a5b3 [diff] |
Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: b637860732 am: 7b9c789d23 am: f4778e827f Change-Id: I3f14dbab761d08019b93bd053645f0a718e8aeb5
diff --git a/liblog/include/log/log_safetynet.h b/liblog/include/log/log_safetynet.h index b8ca475..07e8c8a 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