summaryrefslogtreecommitdiffstats
path: root/wayland
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-18 17:59:17 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-18 17:59:35 -0500
commit929537c158fc415f557b818eb28f1759a4e62ee6 (patch)
treefeb36749c1255bbe5955a33a19f6f50571b616cc /wayland
parentFix SIGBUS from wayland clients (diff)
downloadsway-929537c158fc415f557b818eb28f1759a4e62ee6.tar.gz
sway-929537c158fc415f557b818eb28f1759a4e62ee6.tar.zst
sway-929537c158fc415f557b818eb28f1759a4e62ee6.zip
Generate protocol headers
Diffstat (limited to 'wayland')
-rw-r--r--wayland/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/client.c b/wayland/client.c
index 116538cf..190d5ecb 100644
--- a/wayland/client.c
+++ b/wayland/client.c
@@ -1,4 +1,5 @@
1#include <wayland-client.h> 1#include <wayland-client.h>
2#include "wayland-xdg-shell-client-protocol.h"
2#include <cairo/cairo.h> 3#include <cairo/cairo.h>
3#include <pango/pangocairo.h> 4#include <pango/pangocairo.h>
4#include <stdlib.h> 5#include <stdlib.h>