From 88a813272cab7890bc90bb6bb1692166c86a3c14 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 14 Sep 2009 23:25:55 +0200 Subject: [PATCH] fix: Add DEFAULT_SOURCE to silence problematic warning --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8fba2ae..73570d5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ IGMPPROG=igmpgen -CFLAGS=-Werror -Wall `libnet-config --defines` +CFLAGS=-Werror -Wall `libnet-config --defines` -D_DEFAULT_SOURCE LDFLAGS=`libnet-config --libs` all: