From 995eaca5149924804944ccd23d750b238bdff392 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 8 Sep 2017 09:18:20 -0700 Subject: [PATCH] plugins: Fix compilation on armhf/Musl The following patch is needed to successfully build ofono on armhf with musl (in place of libc) --- plugins/gemalto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gemalto.c b/plugins/gemalto.c index 011713e6..45ec0cf9 100644 --- a/plugins/gemalto.c +++ b/plugins/gemalto.c @@ -25,6 +25,7 @@ #include #include +#include #include #include