fix(loopback-bind-127001): enable feature macros for net ifreq symbols

This commit is contained in:
vxtls 2026-03-18 09:05:24 -04:00
parent 80f406163f
commit 358317615a

View file

@ -1,3 +1,7 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <string.h>
#include <unistd.h>