From 97e0a785c827577aada4a474d2616af00a7278f4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 15 May 2017 20:19:41 +0000 Subject: bugfixes: invalid clockmon detection and futimens detection --- src/sysdeps/tryfutimens.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sysdeps/tryfutimens.c') diff --git a/src/sysdeps/tryfutimens.c b/src/sysdeps/tryfutimens.c index 7ed1635..f111647 100644 --- a/src/sysdeps/tryfutimens.c +++ b/src/sysdeps/tryfutimens.c @@ -5,6 +5,9 @@ #ifndef __EXTENSIONS__ #define __EXTENSIONS__ #endif +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif #include -- cgit v1.3.1