From 358317615ad9af70d1e62cf5a995e6170f64f4f9 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:05:24 -0400 Subject: [PATCH] fix(loopback-bind-127001): enable feature macros for net ifreq symbols --- steps-guix/loopback-bind-127001/files/loopback-bind-127001.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/steps-guix/loopback-bind-127001/files/loopback-bind-127001.c b/steps-guix/loopback-bind-127001/files/loopback-bind-127001.c index d1dcf7b2..b62862bc 100644 --- a/steps-guix/loopback-bind-127001/files/loopback-bind-127001.c +++ b/steps-guix/loopback-bind-127001/files/loopback-bind-127001.c @@ -1,3 +1,7 @@ +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif + #include #include #include