commit | 5c59a17a3806d181c9c57c70ff8450b878f20e61 | [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 | 4924872ce53e9cf687e00fa383edb57b515062b6 [diff] | |
parent | 5dd0fe7a596338da727fcfe07f8cdb5feb42e174 [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