From 0a0e51426506985ae1e7cf8c581d109fdad7a725 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Mon, 13 May 2019 14:42:24 +0200 Subject: [HICN-194] support for android environment Change-Id: I11a614709152035784e492ccd99bc383765a0aa1 Signed-off-by: Angelo Mantellini --- utils/src/hiperf.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/src/hiperf.cc b/utils/src/hiperf.cc index 681696dbf..66cd559cb 100644 --- a/utils/src/hiperf.cc +++ b/utils/src/hiperf.cc @@ -27,8 +27,10 @@ #include #ifdef __linux__ +#ifndef __ANDROID__ #include #endif +#endif #ifdef _WIN32 #include -- cgit 1.2.3-korg