From: Felix Fietkau Date: Sun, 29 Jun 2014 20:59:05 +0000 (+0200) Subject: dhcp.c: add _GNU_SOURCE define to fix build error with musl X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b20ffae06b9b7fcc6fb52d3b8a80b45ed424e39;p=oweals%2Frelayd.git dhcp.c: add _GNU_SOURCE define to fix build error with musl Signed-off-by: Felix Fietkau --- diff --git a/dhcp.c b/dhcp.c index 9dbea28..5f7744a 100644 --- a/dhcp.c +++ b/dhcp.c @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#define _GNU_SOURCE #include #include #include