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/force_focus_wrapping.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands/force_focus_wrapping.c') diff --git a/sway/commands/force_focus_wrapping.c b/sway/commands/force_focus_wrapping.c index 23019cd3..f19dd163 100644 --- a/sway/commands/force_focus_wrapping.c +++ b/sway/commands/force_focus_wrapping.c @@ -1,4 +1,5 @@ #include +#include #include "sway/commands.h" struct cmd_results *cmd_force_focus_wrapping(int argc, char **argv) { -- cgit v1.2.3-54-g00ecf