diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-05-13 14:44:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-05-13 14:44:51 +0000 |
commit | 8a4273ffe83b46bc018da58135427d40012282b8 (patch) | |
tree | 6b56b41dde64a8841ba7a741e8fa4c4b2fe56f2e /utils/src | |
parent | bab3d0943eeaf8a042971cb3b80ce839c0767c51 (diff) | |
parent | 0a0e51426506985ae1e7cf8c581d109fdad7a725 (diff) |
Merge "[HICN-194] support for android environment"
Diffstat (limited to 'utils/src')
-rw-r--r-- | utils/src/hiperf.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 <unordered_set> #ifdef __linux__ +#ifndef __ANDROID__ #include <mcheck.h> #endif +#endif #ifdef _WIN32 #include <hicn/transport/portability/win_portability.h> |