commit | 04ab5861faea9e70175e031c14558952cf63ac2b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 04 00:49:55 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 04 00:49:55 2017 +0000 |
tree | 665895db94eb73767cb2824bf51f75e07478b61d | |
parent | 2bcb4d940fb07156e70647b7930f2bff5913d9ba [diff] | |
parent | 326ef22868ef6a8c271299c4b30858f898fe2c3a [diff] |
Merge "Make liblog headers compile stand-alone."
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