diff options
author | Drew DeVault <[email protected]> | 2017-03-10 23:41:24 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2017-03-10 23:41:24 -0500 |
commit | 9aed9d93596cdc72e305338d82ccc0dcaf85c6e2 (patch) | |
tree | b5a3db4994970b2d0033e717771b24a92503ddac /wayland/registry.c | |
parent | 74d4f1bec9a70bc800ecd7b15c9c6c0d7a5ce918 (diff) |
UnGNUify the codebase
Diffstat (limited to 'wayland/registry.c')
-rw-r--r-- | wayland/registry.c | 1 |
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 @@ #include <string.h> #include <unistd.h> #include <sys/mman.h> +#include <sys/types.h> #include <sys/timerfd.h> #include "wayland-desktop-shell-client-protocol.h" #include "wayland-swaylock-client-protocol.h" |