summaryrefslogtreecommitdiffstats
path: root/sway/workspace.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-09-18 07:27:35 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-09-18 07:27:35 -0400
commit318e1be240574e316094e5ea73d32e9f9a1f7c04 (patch)
treeb93c54cba11fd92adb56dce49261d9adb88991fd /sway/workspace.c
parentFix build for debian stretch (diff)
downloadsway-318e1be240574e316094e5ea73d32e9f9a1f7c04.tar.gz
sway-318e1be240574e316094e5ea73d32e9f9a1f7c04.tar.zst
sway-318e1be240574e316094e5ea73d32e9f9a1f7c04.zip
Fix warnings introduced by prior commit
Diffstat (limited to 'sway/workspace.c')
-rw-r--r--sway/workspace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/workspace.c b/sway/workspace.c
index 658f79bc..c169c1cb 100644
--- a/sway/workspace.c
+++ b/sway/workspace.c
@@ -2,6 +2,7 @@
2#include <stdbool.h> 2#include <stdbool.h>
3#include <wlc/wlc.h> 3#include <wlc/wlc.h>
4#include <string.h> 4#include <string.h>
5#include <strings.h>
5#include "workspace.h" 6#include "workspace.h"
6#include "layout.h" 7#include "layout.h"
7#include "list.h" 8#include "list.h"