From df4faebea1a9a32c5c4b78a2585cbf6a443181a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sat, 16 Jul 2005 21:40:42 +0000 Subject: Add _BSD_SOURCE - patch from Stefan Dirsch --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4813494..d1286b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xbiff -xbiff_CFLAGS = $(DEP_CFLAGS) +xbiff_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE xbiff_LDADD = $(DEP_LIBS) xbiff_SOURCES = \ -- cgit v1.2.3