summaryrefslogtreecommitdiffstats
path: root/liblog
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-10-04 00:55:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-04 00:55:47 +0000
commitb6378607329909b18898d20912401cb51d6a2efb (patch)
tree0e13e3007712a6d445683019324d82816b7af793 /liblog
parent5c00898944e469e637acd8a092c21b0f823689ac (diff)
parentfe3551e9dc173e81649ee7b5beb2b99bd6a3d2be (diff)
downloadsystem_core-b6378607329909b18898d20912401cb51d6a2efb.tar.gz
system_core-b6378607329909b18898d20912401cb51d6a2efb.tar.bz2
system_core-b6378607329909b18898d20912401cb51d6a2efb.zip
Merge "Make liblog headers compile stand-alone."
am: fe3551e9dc Change-Id: I20b97d38d356f720c74954200f40b8315cdd0c21
Diffstat (limited to 'liblog')
-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