From 6467b9f9b57d56d502e97260261745742a7645c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 14 Jul 2005 22:40:16 +0000 Subject: Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 17e71c6..f1827d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xset -xset_CFLAGS = $(DEP_CFLAGS) +xset_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE xset_LDADD = $(DEP_LIBS) xset_SOURCES = \ -- cgit v1.2.3