From 9aed9d93596cdc72e305338d82ccc0dcaf85c6e2 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 10 Mar 2017 23:41:24 -0500 Subject: UnGNUify the codebase --- sway/commands/floating_scroll.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/commands/floating_scroll.c') diff --git a/sway/commands/floating_scroll.c b/sway/commands/floating_scroll.c index 5705cfee..8c50c5bd 100644 --- a/sway/commands/floating_scroll.c +++ b/sway/commands/floating_scroll.c @@ -1,4 +1,6 @@ +#define _XOPEN_SOURCE 500 #include +#include #include "sway/commands.h" #include "log.h" #include "stringop.h" -- cgit v1.2.3