From 3a310f92ab619cf8afcb99486bc91b49c7989791 Mon Sep 17 00:00:00 2001 From: emersion <contact@emersion.fr> Date: Sun, 25 Nov 2018 12:12:48 +0100 Subject: Replace _XOPEN_SOURCE with _POSIX_C_SOURCE And make sure we don't define both in the same source file. --- sway/commands/input/xkb_variant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/commands/input/xkb_variant.c') diff --git a/sway/commands/input/xkb_variant.c b/sway/commands/input/xkb_variant.c index 3832dc8e..2d7581d1 100644 --- a/sway/commands/input/xkb_variant.c +++ b/sway/commands/input/xkb_variant.c @@ -1,4 +1,4 @@ -#define _XOPEN_SOURCE 700 +#define _POSIX_C_SOURCE 200809L #include "sway/config.h" #include "sway/commands.h" #include "sway/input/input-manager.h" -- cgit v1.2.3