aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-10-16 10:50:56 +0100
committerLibravatar GitHub <noreply@github.com>2018-10-16 10:50:56 +0100
commitac20690945f1cd44c4c22267c9e7a172ebcf5ba5 (patch)
tree994739d4ba8388d7a336ac825a618daf2274ec66 /common
parentPrevent duplicate workspace::focus events (diff)
parentMerge pull request #2845 from colemickens/posix_clock (diff)
downloadsway-ac20690945f1cd44c4c22267c9e7a172ebcf5ba5.tar.gz
sway-ac20690945f1cd44c4c22267c9e7a172ebcf5ba5.tar.zst
sway-ac20690945f1cd44c4c22267c9e7a172ebcf5ba5.zip
Merge branch 'master' into set-set-raw-focus
Diffstat (limited to 'common')
-rw-r--r--common/loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/loop.c b/common/loop.c
index 1b174967..750bee75 100644
--- a/common/loop.c
+++ b/common/loop.c
@@ -1,3 +1,4 @@
1#define _POSIX_C_SOURCE 199309L
1#include <limits.h> 2#include <limits.h>
2#include <string.h> 3#include <string.h>
3#include <stdbool.h> 4#include <stdbool.h>