From d7833e14efa81d326ae707f724b4965be63e60c3 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 30 Oct 2021 01:13:34 +0200 Subject: [PATCH] remote: fix compilation with glibc Fixes builds for the arc target. Signed-off-by: David Bauer --- remote.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remote.c b/remote.c index ac72515..a464b3b 100644 --- a/remote.c +++ b/remote.c @@ -17,6 +17,8 @@ * Copyright (C) 2020 John Crispin */ +#define _GNU_SOURCE + #include #include #include -- 2.30.2