diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-22 18:52:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 18:52:26 -0500 |
commit | 68036018c8a19f1ec3536e8111899fe280aad38d (patch) | |
tree | 42d107f3033b6894308085af5807f1e4fdce5c57 /sway/desktop | |
parent | c301b14a42c007bf3b69fef6053fa2466e201309 (diff) | |
parent | 977c1f6a30b9ef21be363ec9fca1d9044b2905c6 (diff) | |
download | sway-68036018c8a19f1ec3536e8111899fe280aad38d.tar.xz |
Merge pull request #1472 from martinetd/wlroots
Fix build with recent wlroots
Diffstat (limited to 'sway/desktop')
-rw-r--r-- | sway/desktop/xdg_shell_v6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/xdg_shell_v6.c b/sway/desktop/xdg_shell_v6.c index 04f3f42c..b3dbcfbe 100644 --- a/sway/desktop/xdg_shell_v6.c +++ b/sway/desktop/xdg_shell_v6.c @@ -1,3 +1,4 @@ +#define _POSIX_C_SOURCE 199309L #include <stdlib.h> #include <wayland-server.h> #include <wlr/types/wlr_xdg_shell_v6.h> |