summaryrefslogtreecommitdiffstats
path: root/wayland/registry.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-03-10 23:41:24 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-03-10 23:41:24 -0500
commit9aed9d93596cdc72e305338d82ccc0dcaf85c6e2 (patch)
treeb5a3db4994970b2d0033e717771b24a92503ddac /wayland/registry.c
parentFurther indentation corrections (diff)
downloadsway-9aed9d93596cdc72e305338d82ccc0dcaf85c6e2.tar.gz
sway-9aed9d93596cdc72e305338d82ccc0dcaf85c6e2.tar.zst
sway-9aed9d93596cdc72e305338d82ccc0dcaf85c6e2.zip
UnGNUify the codebase
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"