summaryrefslogtreecommitdiffstats
path: root/liblog
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-10-04 01:00:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-04 01:00:52 +0000
commitf4778e827f98ab5d328ac0b2ab3720587ce3a5b3 (patch)
treee8d3e99332e8fce51d3ca60d69975578ddd3e17d /liblog
parentf85f4d6a2821215144dbc5a506ca026ad4af6991 (diff)
parent7b9c789d23ae88e665ebff600e7636741168eef0 (diff)
downloadcore-f4778e827f98ab5d328ac0b2ab3720587ce3a5b3.tar.gz
core-f4778e827f98ab5d328ac0b2ab3720587ce3a5b3.tar.bz2
core-f4778e827f98ab5d328ac0b2ab3720587ce3a5b3.zip
Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: b637860732
am: 7b9c789d23 Change-Id: Ie4227d04492fdb6d571eca3f7637e650180b4716
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