From 75201cb5cf9ba63243c9eef1bc3d65963578855f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 28 Nov 2012 16:42:36 +0200 Subject: [PATCH] input: _GNU_SOURCE is needed for O_CLOEXEC on some systems --- profiles/input/hog_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/input/hog_device.c b/profiles/input/hog_device.c index 0a5fb5809..541bfc782 100644 --- a/profiles/input/hog_device.c +++ b/profiles/input/hog_device.c @@ -27,6 +27,7 @@ #include #endif +#define _GNU_SOURCE #include #include #include -- 2.47.3