The following patch is needed to successfully build ofono on armhf with musl (in place of libc) diff --git a/gril/parcel.h b/gril/parcel.h index e5592ae1..46887890 100644 --- a/gril/parcel.h +++ b/gril/parcel.h @@ -23,6 +23,7 @@ #define __PARCEL_H #include +#include struct parcel { char *data; 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