commit | fe3551e9dc173e81649ee7b5beb2b99bd6a3d2be | [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 | 533fbd62ab72970c7170117d37a03d846e44c9ea [diff] | |
parent | 12f56a00d3805481badbd3e138a79dfaf250f5a6 [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