From b8a9e0d5ec5aba3caf0af2d35dad5d17af23d9be Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Sat, 14 Nov 2015 00:00:48 +0100 Subject: gobi: Add missing _GNU_SOURCE as we're using O_CLOEXEC --- plugins/gobi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/gobi.c b/plugins/gobi.c index 4daa4593..061ee04e 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -23,6 +23,7 @@ #include #endif +#define _GNU_SOURCE #include #include #include -- cgit v1.2.3