commit | 326ef22868ef6a8c271299c4b30858f898fe2c3a | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Tue Oct 03 14:02:41 2017 -0700 |
committer | Jayant Chowdhary <jchowdhary@google.com> | Tue Oct 03 14:06:33 2017 -0700 |
tree | df9f15e3b8e2605a6a2946793621836db8edad72 | |
parent | 03c7c4933f560f64560b9b94ec673eb61e643078 [diff] |
Make liblog headers compile stand-alone. Test: process liblog headers individually with header-abi-dumper. Test: mm -j64 Bug: 66971285 Change-Id: If7dec611b84eb9fa8e1e5a974b444d4ddf54759a
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