From 7ff6df60a74860ac45121ad3c8f0e7591e395f5e Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 8 Sep 2017 09:18:20 -0700 Subject: [PATCH] gril: Fix compilation on armhf/Musl The following patch is needed to successfully build ofono on armhf with musl (in place of libc) --- gril/parcel.h | 1 + 1 file changed, 1 insertion(+) 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;