From 27892ef741e7f1d08cb939744f8b8f5dac7b04ae Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 13 Sep 2017 18:05:19 +0200 Subject: fwcutter/make: Avoid _DEFAULT_SOURCE warning Signed-off-by: Michael Buesch --- fwcutter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fwcutter/Makefile b/fwcutter/Makefile index 264b97d..5a5b8ec 100644 --- a/fwcutter/Makefile +++ b/fwcutter/Makefile @@ -17,7 +17,7 @@ endif PREFIX ?= /usr/local CFLAGS ?= -Os -fomit-frame-pointer -CFLAGS += -std=c99 -Wall -pedantic -D_BSD_SOURCE +CFLAGS += -std=c99 -Wall -pedantic -D_BSD_SOURCE -D_DEFAULT_SOURCE LDFLAGS ?= SRCS = fwcutter.c md5.c -- cgit v1.2.3