From 66c3c55759a7ee23af75657215a2fd0e1aa39558 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 28 Oct 2015 21:50:17 +0100 Subject: Use POSIX.1-2008 getline(3) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 127a418..5cae7bd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MANPREFIX := $(PREFIX)/share/man CC ?= gcc CFLAGS += -std=c99 -Wall -pedantic -CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 +CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=700 LDFLAGS += -L$(PREFIX)/lib LIBS := -lX11 -lImlib2 -- cgit v1.2.3-54-g00ecf