From: David Bauer Date: Fri, 29 Oct 2021 23:13:34 +0000 (+0200) Subject: remote: fix compilation with glibc X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d7833e14efa81d326ae707f724b4965be63e60c3;p=project%2Fusteer.git remote: fix compilation with glibc Fixes builds for the arc target. Signed-off-by: David Bauer --- 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