From 9ecf9c624c5272cf8d576ec173283ebfe72fd373 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 1 Dec 2016 03:23:03 +0100 Subject: Fix warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c86038f..c58d5c9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ OPTIMISE = -O2 WARN = -Wall -Wextra -DEF = -D'PKGNAME="$(PKGNAME)"' -D_DEFAULT_SOURCE +DEF = -D'PKGNAME="$(PKGNAME)"' -D_DEFAULT_SOURCE -D_BSD_SOURCE all: $(BIN) -- cgit v1.2.3-70-g09d2