From 14db0bff4cb2fac7ca2705ae00ada4b38ae81951 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 9 Feb 2017 09:19:31 +0100 Subject: Avoid trying to include on Android The header file is not present on Android, and the project builds there without it. --- include/bmon/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bmon/config.h b/include/bmon/config.h index ad6a367..e1d749f 100644 --- a/include/bmon/config.h +++ b/include/bmon/config.h @@ -48,7 +48,7 @@ #include #ifdef SYS_BSD # include -#else +#elif !defined(__ANDROID__) # include #endif -- cgit v1.2.3