From 280a16224c2420b1d17ab0da2efbe800ec00a372 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 17 Oct 2016 14:11:20 -0700 Subject: event interface going private Test: compile Bug: 30465923 Change-Id: I704e0e6ae886207a9625fcb59be4876307d21e5f --- runtime/monitor_android.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/monitor_android.cc') diff --git a/runtime/monitor_android.cc b/runtime/monitor_android.cc index 0d1839baf4..1dd60f8d78 100644 --- a/runtime/monitor_android.cc +++ b/runtime/monitor_android.cc @@ -21,7 +21,7 @@ #include #include -#include +#include #define EVENT_LOG_TAG_dvm_lock_sample 20003 -- cgit v1.2.3-59-g8ed1b