From a5fe9aa73633594b443e2a1a990cdf23addbb28b Mon Sep 17 00:00:00 2001 From: Greg V Date: Tue, 10 Oct 2017 01:23:43 +0300 Subject: Add FreeBSD compatibility --- util/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/log.c') diff --git a/util/log.c b/util/log.c index 78dc97f9..3661b73c 100644 --- a/util/log.c +++ b/util/log.c @@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE 1 +#define _POSIX_C_SOURCE 199506L #include #include #include -- cgit v1.2.3