summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-10-03 14:02:41 -0700
committerJayant Chowdhary <jchowdhary@google.com>2017-10-03 14:06:33 -0700
commit12f56a00d3805481badbd3e138a79dfaf250f5a6 (patch)
treedf9f15e3b8e2605a6a2946793621836db8edad72
parent541428a13b8976b58893d6427c94b36084514546 (diff)
downloadsystem_core-12f56a00d3805481badbd3e138a79dfaf250f5a6.tar.gz
system_core-12f56a00d3805481badbd3e138a79dfaf250f5a6.tar.bz2
system_core-12f56a00d3805481badbd3e138a79dfaf250f5a6.zip
Make liblog headers compile stand-alone.
Test: process liblog headers individually with header-abi-dumper. Test: mm -j64 Bug: 66971285 Change-Id: If7dec611b84eb9fa8e1e5a974b444d4ddf54759a
-rw-r--r--liblog/include/log/log_safetynet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/liblog/include/log/log_safetynet.h b/liblog/include/log/log_safetynet.h
index b8ca475ce..07e8c8ab1 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