From: Javier Viguera Date: Thu, 2 Jan 2020 16:49:51 +0100 Subject: [PATCH] imx-gst1.0-plugin: fix build using MUSL C library Signed-off-by: Javier Viguera --- tools/gplay2/gplay2.c | 1 - tools/grecorder/grecorder.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/gplay2/gplay2.c b/tools/gplay2/gplay2.c index 1e37521a06cc..f001a883d74f 100755 --- a/tools/gplay2/gplay2.c +++ b/tools/gplay2/gplay2.c @@ -26,7 +26,6 @@ */ -#include #include #include #include diff --git a/tools/grecorder/grecorder.c b/tools/grecorder/grecorder.c index c8eff2f53efd..841a0aa83fba 100644 --- a/tools/grecorder/grecorder.c +++ b/tools/grecorder/grecorder.c @@ -24,7 +24,9 @@ #include #include #include +#include #define __USE_LARGEFILE64 +#define _GNU_SOURCE # For MUSL statvfs64 #include #include "recorder_engine.h"