summaryrefslogtreecommitdiffstats
path: root/wayland/registry.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-13 07:35:12 -0400
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-13 07:35:12 -0400
commitb507462d1c66e11cce76e069a508621dc9599f07 (patch)
tree52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /wayland/registry.c
parentdeprecate new_window and new_float commands (diff)
parentMerge pull request #1113 from johnchen902/patch-1 (diff)
downloadsway-b507462d1c66e11cce76e069a508621dc9599f07.tar.gz
sway-b507462d1c66e11cce76e069a508621dc9599f07.tar.zst
sway-b507462d1c66e11cce76e069a508621dc9599f07.zip
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'wayland/registry.c')
-rw-r--r--wayland/registry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/registry.c b/wayland/registry.c
index 43e41f0c..1ebc46e7 100644
--- a/wayland/registry.c
+++ b/wayland/registry.c
@@ -4,6 +4,7 @@
4#include <string.h> 4#include <string.h>
5#include <unistd.h> 5#include <unistd.h>
6#include <sys/mman.h> 6#include <sys/mman.h>
7#include <sys/types.h>
7#include <sys/timerfd.h> 8#include <sys/timerfd.h>
8#include "wayland-desktop-shell-client-protocol.h" 9#include "wayland-desktop-shell-client-protocol.h"
9#include "wayland-swaylock-client-protocol.h" 10#include "wayland-swaylock-client-protocol.h"